Files
public-k3s/cluster/apps/pihole/pihole-svc.yml
aggarwalakshun 2038bd6e0f
All checks were successful
Renovate / renovate (push) Successful in 7m34s
remove all ports except web
2025-08-15 18:12:40 +05:30

16 lines
221 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: pihole-tcp-service
namespace: default
spec:
type: LoadBalancer
selector:
app: pihole
ports:
- port: 8585
targetPort: 80
protocol: TCP
name: web