gitops-zurrli/apps/camper/pi-hole/service.yaml

17 lines
261 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: pihole
name: pihole-http
spec:
ports:
- name: pihole-http
port: 8080
protocol: TCP
targetPort: pihole-http
selector:
app: pihole
sessionAffinity: None
type: ClusterIP