Update k8s manifests

This commit is contained in:
ansible 2026-03-10 21:21:53 +08:00
parent a21aa6d573
commit d63eceeff4
2 changed files with 7 additions and 8 deletions

View File

@ -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:

View File

@ -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