Skip to content

Commit

Permalink
switch cert
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jul 15, 2023
1 parent 7544725 commit fdcf506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
namespaceSelector:
any: true
extraArgs:
default-ssl-certificate: "networking/${SECRET_DOMAIN/./-}-staging-tls"
default-ssl-certificate: "networking/${SECRET_DOMAIN/./-}-production-tls"
resources:
requests:
cpu: 10m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
# certificate resource below and update the ingress-nginx helm chart with new production
# certificate name. This is to prevent you from getting rate-limited on configuration that might
# not be valid on bootstrap. No need to comment out the staging certificate they can coexist.
# - ./production.yaml
- ./production.yaml

0 comments on commit fdcf506

Please sign in to comment.