From dd35be7add227743c6201a8383a8ee29d399dade Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 16 Aug 2019 18:20:20 +0100 Subject: feat(infra/k8s): Deploy Nixery instance to cluster --- infra/kubernetes/primary-cluster.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infra/kubernetes/primary-cluster.yaml (limited to 'infra/kubernetes/primary-cluster.yaml') 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 -- cgit 1.4.1