Update k8s/games/counter-strike-16/services.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user