Update k8s manifests
This commit is contained in:
parent
a21aa6d573
commit
d63eceeff4
@ -31,12 +31,9 @@ spec:
|
|||||||
enforceSSO: true
|
enforceSSO: true
|
||||||
smtp:
|
smtp:
|
||||||
existingSecret: vaultwarden-smtp-secret
|
existingSecret: vaultwarden-smtp-secret
|
||||||
host:
|
host: mail.smtp2go.com
|
||||||
existingSecretKey: SMTP_HOST
|
port: 2525
|
||||||
port:
|
from: "vaultwarden@n0ball.tw"
|
||||||
existingSecretKey: SMTP_PORT
|
|
||||||
from:
|
|
||||||
existingSecretKey: SMTP_FROM
|
|
||||||
username:
|
username:
|
||||||
existingSecretKey: SMTP_USERNAME
|
existingSecretKey: SMTP_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|||||||
@ -45,8 +45,10 @@ spec:
|
|||||||
userKey: admin-user
|
userKey: admin-user
|
||||||
passwordKey: admin-password
|
passwordKey: admin-password
|
||||||
envFromSecrets:
|
envFromSecrets:
|
||||||
- grafana-oidc-secret
|
- name: grafana-oidc-secret
|
||||||
- grafana-smtp-secret
|
optional: false
|
||||||
|
- name: grafana-smtp-secret
|
||||||
|
optional: false
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
server:
|
server:
|
||||||
root_url: https://grafana.n0ball.tw
|
root_url: https://grafana.n0ball.tw
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user