Skip to content

Instantly share code, notes, and snippets.

@arm2arm
Created September 9, 2022 12:53
Show Gist options
  • Save arm2arm/d50ab9e7298e557e2733b4fa42100f67 to your computer and use it in GitHub Desktop.
Save arm2arm/d50ab9e7298e557e2733b4fa42100f67 to your computer and use it in GitHub Desktop.
reana helm options
# 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