diff --git a/k8s/games/counter-strike-16/services.yaml b/k8s/games/counter-strike-16/services.yaml index 05974ed..4481fae 100644 --- a/k8s/games/counter-strike-16/services.yaml +++ b/k8s/games/counter-strike-16/services.yaml @@ -28,3 +28,20 @@ spec: targetPort: 26900 protocol: UDP 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 \ No newline at end of file