2025-07-17 01:15:35 +03:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: counter-strike-16
|
2025-07-17 12:50:22 +00:00
|
|
|
namespace: counter-strike
|
2025-07-17 01:15:35 +03:00
|
|
|
spec:
|
2025-07-17 14:20:39 +00:00
|
|
|
externalIPs:
|
|
|
|
- 138.201.61.182
|
2025-07-17 01:15:35 +03:00
|
|
|
selector:
|
|
|
|
app: counter-strike-16
|
2025-07-16 22:26:48 +00:00
|
|
|
ports:
|
2025-07-17 14:20:39 +00:00
|
|
|
- name: game-udp
|
|
|
|
protocol: UDP
|
|
|
|
port: 27015
|
|
|
|
targetPort: 27015
|
|
|
|
- name: game-tcp
|
|
|
|
protocol: TCP
|
|
|
|
port: 27015
|
|
|
|
targetPort: 27015
|
|
|
|
- name: rcon
|
|
|
|
protocol: UDP
|
|
|
|
port: 27020
|
|
|
|
targetPort: 27020
|
2025-07-17 10:31:52 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
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
|