diff options
Diffstat (limited to 'infra/kubernetes/primary-cluster.yaml')
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml new file mode 100644 index 000000000000..8204a876b293 --- /dev/null +++ b/infra/kubernetes/primary-cluster.yaml @@ -0,0 +1,11 @@ +# Kontemplate configuration for the primary GKE cluster in the project +# 'tazjins-infrastructure'. +--- +context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster +include: + - name: nixery + values: + port: 8080 + bucket: tazjins-data + account: nixery@tazjins-infrastructure.iam.gserviceaccount.com + repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo |