kube-cascade/pihole/svc.yaml

18 lines
257 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: pihole
name: pihole-frontend
namespace: pihole
spec:
selector:
app: pihole
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
clusterIP: None
type: ClusterIP