Created
September 9, 2022 12:53
-
-
Save arm2arm/d50ab9e7298e557e2733b4fa42100f67 to your computer and use it in GitHub Desktop.
reana helm options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Accessing the cluster from outside world | |
ingress: | |
enabled: true | |
annotations: | |
kubernetes.io/ingress.class: traefik | |
traefik.frontend.entryPoints: "http,https" | |
ingress.kubernetes.io/ssl-redirect: "false" | |
tls: | |
self_signed_cert: true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment