diff --git a/stable/datacube-explorer/templates/ingress.yaml b/stable/datacube-explorer/templates/ingress.yaml index 9d8989a..e35b199 100644 --- a/stable/datacube-explorer/templates/ingress.yaml +++ b/stable/datacube-explorer/templates/ingress.yaml @@ -33,5 +33,7 @@ spec: port: number: {{ $externalPort }} {{- end }} - +{{- with .Values.ingress.extraRules}} +{{ toYaml . | indent 4}} +{{- end }} {{- end }} \ No newline at end of file diff --git a/stable/datacube-explorer/values.yaml b/stable/datacube-explorer/values.yaml index 5c2bfa5..2822d0e 100644 --- a/stable/datacube-explorer/values.yaml +++ b/stable/datacube-explorer/values.yaml @@ -88,3 +88,10 @@ ingress: hosts: - "" annotations: {} +# extraRules: +# - host: hello.world +# paths: +# - path: "/robots.txt" +# backend: +# service: +# name: what