Обновить yonote-chart/values.yaml
This commit is contained in:
parent
17343e9102
commit
69b47b6898
|
@ -7,7 +7,7 @@ global:
|
|||
|
||||
yonote:
|
||||
ingress:
|
||||
ingressClassName: traefik
|
||||
ingressClassName: nginx
|
||||
|
||||
dbMigrationEnv: production-ssl-disabled # Режим подключения к базе данных при выполнении миграций. При использовании SSL подключения, установите значение `production`
|
||||
|
||||
|
@ -132,7 +132,7 @@ yonote-web:
|
|||
more_set_headers "X-Forwarded-Proto $scheme";
|
||||
more_set_headers "X-Forwarded-For $proxy_add_x_forwarded_for";
|
||||
cert-manager.io/cluster-issuer: ""
|
||||
extraTls:
|
||||
tls:
|
||||
- hosts:
|
||||
- "'*.example.com'"
|
||||
secretName: "'*.example.com'"
|
||||
|
|
Loading…
Reference in New Issue