Files
homelab/k8s/apps/hexound/service.yaml
2025-04-12 19:31:19 +01:00

15 lines
183 B
YAML

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