snipeit: force TLS
This commit is contained in:
parent
318dcf3fe1
commit
b4e71c3e73
2 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,6 @@ spec:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: mysql
|
name: mysql
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ALLOW_EMPTY_PASSWORD
|
|
||||||
value: "1"
|
|
||||||
- name: MYSQL_USER
|
- name: MYSQL_USER
|
||||||
value: snipe
|
value: snipe
|
||||||
- name: MYSQL_DATABASE
|
- name: MYSQL_DATABASE
|
||||||
|
|
|
@ -15,6 +15,7 @@ configMapGenerator:
|
||||||
- DB_CONNECTION=mysql
|
- DB_CONNECTION=mysql
|
||||||
- DB_HOST=mysql
|
- DB_HOST=mysql
|
||||||
- APP_URL=https://snipe.herzfeld.casa
|
- APP_URL=https://snipe.herzfeld.casa
|
||||||
|
- APP_FORCE_TLS=true
|
||||||
- APP_TIMEZONE=US/Pacific
|
- APP_TIMEZONE=US/Pacific
|
||||||
- APP_LOCALE=en-US
|
- APP_LOCALE=en-US
|
||||||
- MAIL_MAILER=smtp
|
- MAIL_MAILER=smtp
|
||||||
|
|
Loading…
Reference in a new issue