openproject admin_user

This commit is contained in:
titver968
2025-10-02 10:39:02 +02:00
parent 303f6f2d09
commit 273693fcaf

View File

@@ -14,48 +14,31 @@ spec:
values: |
ingress:
enabled: true
ingressClassName: traefik
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: lets-encrypt
host: "openproject.innovation-hub-niedersachsen.de"
path: /
pathType: "Prefix"
tls:
enabled: true
secretName: openproject-tls
# hosts:
# - openproject.innovation-hub-niedersachsen.de
# host: "openproject.example.com"
# path: /
# pathType: "Prefix"
openproject:
## Enable https in backend response.
#
https: true
## Define the host, defaults to value of "ingress.host" when ingress is enabled.
#
host: "openproject.innovation-hub-niedersachsen.de"
## Enable HSTS.
#
hsts: true
## Define Cache settings.
#
cache:
store: "memcache"
# extraEnvVarsSecret: ""
## Define the language to seed the instance in
#
seed_locale: "en"
## Define admin user details
# only applicable on first installation
# c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
admin_user: "admin"
password: "InnoHubADMIN_2025!"
password_reset: "false"
name: "OpenProject Admin"
mail: "inno-netz@innovation-hub-niedersachsen.de"
admin_user:
password: "InnoHubADMIN_2025!"
password_reset: "false"
name: "OpenProject Admin"
mail: "inno-netz@innovation-hub-niedersachsen.de"
## Configure PostgreSQL settings.
#
postgresql: