Files
homelab/k8s/apps/hexound/service.yaml
Ultradesu d23479e766
All checks were successful
Check with kubeconform / lint (push) Successful in 4s
Got rid of NS in resources Hexound
2025-04-13 19:33:38 +01:00

14 lines
162 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: hexound
spec:
selector:
app: hexound
ports:
- protocol: TCP
port: 80
targetPort: 8080