Skip to content

Commit

Permalink
[doc] update ingress annotations for ades
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Sep 28, 2023
1 parent ef21ed6 commit 6a05270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/eoepca/ades.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
ingress.kubernetes.io/ssl-redirect: "false"
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: ades.192-168-49-2.nip.io
paths:
Expand Down

0 comments on commit 6a05270

Please sign in to comment.