Skip to content

Commit

Permalink
make ingress crontroller ha
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent f30dde8 commit 2a77733
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/networking/ingress-nginx/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
keepHistory: false
values:
controller:
enableExternalDNS: true
replicaCount: 2
extraEnvs:
- name: TZ
value: "${TIMEZONE}"
Expand Down Expand Up @@ -58,6 +60,7 @@ spec:
any: true
extraArgs:
default-ssl-certificate: "networking/${SECRET_DOMAIN/./-}-production-tls"
default-wildcard-certificate: "networking/${SECRET_DOMAIN/./-}-production-tls"
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit 2a77733

Please sign in to comment.