sync gitea ansible role with helm chart v4.0.0
This commit is contained in:
parent
1747114df2
commit
cd61be4b94
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user