kubs/alaskarTV/zurg/service.yml
2025-02-01 22:13:08 +03:00

16 lines
220 B
YAML

---
apiVersion: v1
kind: Service
metadata:
labels:
app: zurg
name: zurg
spec:
type: NodePort
ports:
- name: "9999"
port: 9999
targetPort: 9999
nodePort: 30999
selector:
app: zurg