diff options
Diffstat (limited to 'infra/kubernetes/primary-cluster.yaml')
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index 5b4b04d5d5c2..99bd6fac38d0 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -12,6 +12,10 @@ include: path: https-cert values: domain: www.tazj.in + - name: oslo-pub-cert + path: https-cert + values: + domain: oslo.pub # Services - name: nixery @@ -20,6 +24,7 @@ include: version: 2e688c1 bucket: tazjins-data account: nixery@tazjins-infrastructure.iam.gserviceaccount.com - repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo + repo: git@github.com:tazjin/depot.git - name: tazblog - name: https-lb + - name: nginx |