mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
13 lines
291 B
YAML
13 lines
291 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- service-accounts.yaml
|
|
- rbac.yaml
|
|
- network-policies.yaml
|
|
- control-plane-deployment.yaml
|
|
- control-plane-service.yaml
|
|
- fleet.yaml
|
|
- fleet-autoscaler.yaml
|
|
- game-server-pdb.yaml
|