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/ingress.class: "{{ gitea_ingress_class }}"
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ gitea_short_name }}.{{ domain }}"
|
- host: "{{ gitea_short_name }}.{{ domain }}"
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- secretName: "{{ gitea_short_name }}.{{ domain }}-tls"
|
- secretName: "{{ gitea_short_name }}.{{ domain }}-tls"
|
||||||
hosts:
|
hosts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user