sync gitea ansible role with helm chart v4.0.0

This commit is contained in:
ace 2021-07-14 16:38:31 +03:00
parent 1747114df2
commit cd61be4b94
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -20,7 +20,10 @@ gitea_default_values:
kubernetes.io/ingress.class: "{{ gitea_ingress_class }}"
kubernetes.io/tls-acme: "true"
hosts:
- "{{ gitea_short_name }}.{{ domain }}"
- host: "{{ gitea_short_name }}.{{ domain }}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: "{{ gitea_short_name }}.{{ domain }}-tls"
hosts: