@@ -16,21 +16,21 @@ spec:
1616 spec :
1717 nodeSelector :
1818 cloud.google.com/gke-nodepool : high-availability-pool
19- securityContext :
20- runAsNonRoot : true
19+ # securityContext:
20+ # runAsNonRoot: true
2121 automountServiceAccountToken : false
2222 containers :
2323 - name : netcode-io-demo-server-http
2424 image : redpointgames/netcode-demo-server:latest
25- args : [ "--non-interactive", "--listen -address", "0.0.0.0 ", "--server -address", "104.198.44.162 " ]
25+ args : [ "--non-interactive", "--server -address", "104.198.44.162 ", "--http -address", "+ " ]
2626 imagePullPolicy : Always
27- securityContext :
28- runAsNonRoot : true
29- runAsUser : 33
30- readOnlyRootFilesystem : true
31- capabilities :
32- drop :
33- - ALL
27+ # securityContext:
28+ # runAsNonRoot: true
29+ # runAsUser: 33
30+ # readOnlyRootFilesystem: true
31+ # capabilities:
32+ # drop:
33+ # - ALL
3434 resources :
3535 requests :
3636 cpu : 0m
@@ -66,22 +66,22 @@ spec:
6666 spec :
6767 nodeSelector :
6868 cloud.google.com/gke-nodepool : high-availability-pool
69- securityContext :
70- runAsNonRoot : true
69+ # securityContext:
70+ # runAsNonRoot: true
7171 automountServiceAccountToken : false
7272 hostNetwork : true
7373 containers :
7474 - name : netcode-io-demo-server-udp
7575 image : redpointgames/netcode-demo-server:latest
76- args : [ "--non-interactive", "--listen -address", "0.0.0.0 ", "--server -address", "104.198.44.162 " ]
76+ args : [ "--non-interactive", "--server -address", "104.198.44.162 ", "--http -address", "+ " ]
7777 imagePullPolicy : Always
78- securityContext :
79- runAsNonRoot : true
80- runAsUser : 33
81- readOnlyRootFilesystem : true
82- capabilities :
83- drop :
84- - ALL
78+ # securityContext:
79+ # runAsNonRoot: true
80+ # runAsUser: 33
81+ # readOnlyRootFilesystem: true
82+ # capabilities:
83+ # drop:
84+ # - ALL
8585 resources :
8686 requests :
8787 cpu : 0m
0 commit comments