Skip to content

Instantly share code, notes, and snippets.

@chris-gong
Last active October 17, 2021 14:13
Show Gist options
  • Save chris-gong/05e0c387abe6a55877755dbe26396840 to your computer and use it in GitHub Desktop.
Save chris-gong/05e0c387abe6a55877755dbe26396840 to your computer and use it in GitHub Desktop.
For Google Cloud Agones testing purposes
apiVersion: "agones.dev/v1"
kind: GameServer
metadata:
generateName: "unreal-game-server-"
spec:
ports:
- name: default
portPolicy: Dynamic
containerPort: 7777
template:
spec:
containers:
- name: unreal-game-server
image: flopperam/google-cloud-test-server:1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment