mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-15 06:32:05 +00:00
feat: add regional Agones fleet overlays
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
patches:
|
||||
- path: region.yaml
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: agones.dev/v1
|
||||
kind: Fleet
|
||||
metadata:
|
||||
name: cosmic-clash-game
|
||||
namespace: cosmic-clash
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
cosmic-clash.io/region: EU
|
||||
@@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
patches:
|
||||
- path: region.yaml
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: agones.dev/v1
|
||||
kind: Fleet
|
||||
metadata:
|
||||
name: cosmic-clash-game
|
||||
namespace: cosmic-clash
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
cosmic-clash.io/region: NA
|
||||
Reference in New Issue
Block a user