Files
nixos/manifests/smokeping/service.yaml
T

16 lines
225 B
YAML
Raw Normal View History

2025-11-26 20:44:43 -06:00
apiVersion: v1
kind: Service
metadata:
name: smokeping
labels:
app: smokeping
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: smokeping