diff options
author | Vincent Ambo <mail@tazj.in> | 2019-09-02T18·04+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02T18·04+0100 |
commit | 2f239426aa4b9783c301a0ecbb4a9a4fd8b8e6dd (patch) | |
tree | 6656efbc41e5dd9c90759b7773538ac064666d54 /infra/kubernetes/primary-cluster.yaml | |
parent | 4bd6d528008c6a8a7357a2c40013931800582252 (diff) | |
parent | e2feae3387e5d95715bdd27cd62753a18abf16bd (diff) |
Merge pull request #2 from tazjin/refactor/nixos-nginx-cleanup r/73
Remove old NixOS config and move oslo.pub
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 |