---
apiVersion: v1
kind: Service
metadata:
name: counter-strike-16
spec:
type: LoadBalancer
selector:
app: counter-strike-16
ports:
- name: game-udp
port: 27015
targetPort: 27015
protocol: UDP
nodePort: 30015
- name: game-tcp
protocol: TCP
nodePort: 30016
- name: rcon
port: 27020
targetPort: 27020
nodePort: 30020
- name: hltv
port: 26900
targetPort: 26900
nodePort: 30900
name: prom-a2s-exporter
labels:
- name: metrics
port: 9841
targetPort: 9841
type: ClusterIP