mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Merge pull request #338 from zed-industries/use-wildcard-cert
Associate staging and production load balancers with wildcard cert
This commit is contained in:
commit
057dc62b90
3 changed files with 3 additions and 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:
|
||||
|
|
Loading…
Reference in a new issue