github.com/jenkins-x/jx/v2@v2.1.155/pkg/config/helm_values_test_with_urltemplate.yaml (about)

     1  expose:
     2    config:
     3      domain: jenkinsx.io
     4      exposer: Ingress
     5      http: "false"
     6      tlsacme: "false"
     7      urltemplate: "{{.Service}}-{{.Namespace}}.{{.Domain}}"
     8      pathMode: ""
     9    Annotations:
    10      helm.sh/hook: post-install,post-upgrade
    11      helm.sh/hook-delete-policy: hook-succeeded