feat(infra/k8s): Deploy Nixery instance to cluster
This commit is contained in:
parent
ba06317836
commit
dd35be7add
2 changed files with 80 additions and 0 deletions
11
infra/kubernetes/primary-cluster.yaml
Normal file
11
infra/kubernetes/primary-cluster.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue