kube-cascade/pihole/svc.yaml

18 lines
257 B
YAML
Raw Normal View History

2023-12-20 22:40:16 +00:00
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