crates/server/k8s/environments/production.sh 🔗
@@ -1 +1 @@
-ZED_LOAD_BALANCER_CERT_ID=6f857971-20fb-4c68-a7d6-35fef9e5ec4c
+ZED_ENVIRONMENT=production
Nathan Sobo created
Associate staging and production load balancers with wildcard cert
crates/server/k8s/environments/production.sh | 2 +-
crates/server/k8s/environments/staging.sh | 2 +-
crates/server/k8s/manifest.template.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -1 +1 @@
-ZED_LOAD_BALANCER_CERT_ID=6f857971-20fb-4c68-a7d6-35fef9e5ec4c
+ZED_ENVIRONMENT=production
@@ -1 +1 @@
-ZED_LOAD_BALANCER_CERT_ID=b0d48941-4895-4d75-a966-fe5a571b1fff
+ZED_ENVIRONMENT=staging
@@ -11,7 +11,7 @@ metadata:
name: zed
annotations:
service.beta.kubernetes.io/do-loadbalancer-tls-ports: "443"
- service.beta.kubernetes.io/do-loadbalancer-certificate-id: "${ZED_LOAD_BALANCER_CERT_ID}"
+ service.beta.kubernetes.io/do-loadbalancer-certificate-id: "2634d353-1ab4-437f-add2-4ffd8f315233"
spec:
type: LoadBalancer
selector: