mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 23:03:42 +00:00
21 lines
393 B
YAML
21 lines
393 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: control-plane
|
|
namespace: cosmic-clash
|
|
automountServiceAccountToken: false
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: match-server
|
|
namespace: cosmic-clash
|
|
automountServiceAccountToken: false
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: allocator
|
|
namespace: cosmic-clash
|
|
automountServiceAccountToken: false
|