Updated ingress values to align with gitea helm chart.
This commit is contained in:
@ -144,9 +144,11 @@ ingress:
|
|||||||
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||||
more_set_headers "X-Content-Type-Options: nosniff";
|
more_set_headers "X-Content-Type-Options: nosniff";
|
||||||
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
|
more_set_headers "Referrer-Policy: strict-origin-when-cross-origin";
|
||||||
path: /
|
|
||||||
hosts:
|
hosts:
|
||||||
- gitea.jamma.dev
|
- host: gitea.jamma.dev
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- secretName: tls-jamma-gitea
|
- secretName: tls-jamma-gitea
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user