Skip to content

Commit

Permalink
swap to production let's encrypt issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 25, 2024
1 parent 71b3582 commit fcb24d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./staging.yaml
- ./production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
namespaceSelector:
any: true
extraArgs:
default-ssl-certificate: "network/${SECRET_DOMAIN/./-}-staging-tls"
default-ssl-certificate: "network/${SECRET_DOMAIN/./-}-production-tls"
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
namespaceSelector:
any: true
extraArgs:
default-ssl-certificate: "network/${SECRET_DOMAIN/./-}-staging-tls"
default-ssl-certificate: "network/${SECRET_DOMAIN/./-}-production-tls"
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
Expand Down

0 comments on commit fcb24d2

Please sign in to comment.