Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 30, 2019 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/23aa2c53ad586a45cf9d266ad1e1d497 to your computer and use it in GitHub Desktop.
Save guitarrapc/23aa2c53ad586a45cf9d266ad1e1d497 to your computer and use it in GitHub Desktop.
apiVersion: "agones.dev/v1"
kind: GameServer
metadata:
name: udp-server
generateName: "simple-udp-"
spec:
ports:
- name: default
portPolicy: Dynamic
containerPort: 7654
template:
spec:
containers:
- name: simple-udp
image: gcr.io/agones-images/udp-server:0.15
resources:
requests:
memory: "32Mi"
cpu: "20m"
limits:
memory: "32Mi"
cpu: "20m"
@guitarrapc
Copy link
Author

added metadata.name to get apply, not create.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment