mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
Use the same wildcard certificate on production and staging
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
3a82d0d8e1
commit
e71b989041
3 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
ZED_LOAD_BALANCER_CERT_ID=6f857971-20fb-4c68-a7d6-35fef9e5ec4c
|
|
@ -1 +0,0 @@
|
|||
ZED_LOAD_BALANCER_CERT_ID=2634d353-1ab4-437f-add2-4ffd8f315233
|
|
@ -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