Update k8s/games/counter-strike-16/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
ab
2025-07-17 10:31:52 +00:00
parent a7cfc086d5
commit f8ef2a48f5

View File

@@ -28,3 +28,20 @@ spec:
targetPort: 26900 targetPort: 26900
protocol: UDP protocol: UDP
nodePort: 30900 nodePort: 30900
---
apiVersion: v1
kind: Service
metadata:
name: prom-a2s-exporter
labels:
app: counter-strike-16
spec:
selector:
app: counter-strike-16
ports:
- name: metrics
port: 9841
targetPort: 9841
protocol: TCP
type: ClusterIP