Files
homelab/k8s/apps/hexound/service.yaml
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