mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-16 11:02:03 +00:00
fix(multiplayer): authenticate Agones Kubernetes API
This commit is contained in:
@@ -47,13 +47,6 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 6379
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: agones-system
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 443
|
||||
- ports:
|
||||
- protocol: UDP
|
||||
port: 53
|
||||
@@ -130,11 +123,10 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 5432
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: agones-system
|
||||
ports:
|
||||
# The kubernetes.default Service endpoint is implementation-specific and
|
||||
# may be a control-plane/node IP that cannot be selected by pod labels.
|
||||
# Keep API egress portable while limiting it to TLS only.
|
||||
- ports:
|
||||
- protocol: TCP
|
||||
port: 443
|
||||
- ports:
|
||||
|
||||
Reference in New Issue
Block a user