diff --git a/chart/values.yaml b/chart/values.yaml index 03b1a83..3faaa4e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -42,21 +42,13 @@ service: ingress: enabled: true - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: walk-want-grew-imgs.acdh-ch-dev.oeaw.ac.at - paths: - - path: / - pathType: ImplementationSpecific - tls: [] -# tls: -# - acme: true -# hosts: -# - chart-example.local -# secretName: chart-example-tls + path: "/" + tls: + enabled: true + acme: true + secretName: "" + useDefaultSecret: false + # className: nginxingress: resources: {} # We usually recommend not to specify default resources and to leave this as a conscious