39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
shortcuts:
|
|
hostname: vaulttest.ru.badhouseplants.net
|
|
|
|
ingress:
|
|
main:
|
|
class: traefik
|
|
metadata:
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
|
kubernetes.io/tls-acme: "true"
|
|
kubernetes.io/ingress.allow-http: "false"
|
|
kubernetes.io/ingress.global-static-ip-name: ""
|
|
cert-manager.io/cluster-issuer: badhouseplants-issuer-http01
|
|
|
|
config:
|
|
env:
|
|
main:
|
|
enabled: true
|
|
sensitive: false
|
|
data:
|
|
DOMAIN: https://vaulttest.ru.badhouseplants.net
|
|
DATA_FOLDER: /app/data/
|
|
ROCKET_PORT: 8080
|
|
SHOW_PASSWORD_HINT: true
|
|
SIGNUPS_ALLOWED: true
|
|
INVITATIONS_ALLOWED: true
|
|
SIGNUPS_DOMAINS_WHITELIST: "test.com"
|
|
SIGNUPS_VERIFY: false
|
|
WEB_VAULT_ENABLED: true
|
|
LOG_FILE: /app/logs/log.txt
|
|
LOG_LEVEL: debug
|
|
DB_CONNECTION_RETRIES: 10
|
|
DATABASE_MAX_CONNS: 10
|
|
ORG_GROUPS_ENABLED: true
|
|
ORG_EVENTS_ENABLED: true
|
|
ORG_CREATION_USERS: ""
|
|
SMTP_SECURITY: 'off'
|