helm-charts/chartmuseum/ci/ingress-values.yaml

10 lines
190 B
YAML
Raw Normal View History

2021-01-17 01:09:41 +00:00
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
hosts:
- name: chartmuseum.domain1.com
path: /
tls: false