diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·19+0100 |
commit | e6cb12ebfb5f620710d699dcd378bdf08d12d797 (patch) | |
tree | 6aa652f64e5dec2250744187bdf68b602d661a6a | |
parent | 640b49795063d1e5e85e59e12da0a06dcac4177b (diff) |
chore(k8s): Provision certificate for oslo.pub
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index 5b4b04d5d5c2..1409605ccd80 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -12,6 +12,11 @@ include: path: https-cert values: domain: www.tazj.in + - name: oslo-pub-cert + path: https-cert + values: + domain: oslo.pub + # Services - name: nixery |