openproject admin_user
This commit is contained in:
@@ -14,44 +14,27 @@ spec:
|
|||||||
values: |
|
values: |
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
ingressClassName: traefik
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik
|
kubernetes.io/ingress.class: traefik
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
cert-manager.io/cluster-issuer: lets-encrypt
|
cert-manager.io/cluster-issuer: lets-encrypt
|
||||||
host: "openproject.innovation-hub-niedersachsen.de"
|
host: "openproject.innovation-hub-niedersachsen.de"
|
||||||
|
path: /
|
||||||
|
pathType: "Prefix"
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
secretName: openproject-tls
|
secretName: openproject-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
# - openproject.innovation-hub-niedersachsen.de
|
# - openproject.innovation-hub-niedersachsen.de
|
||||||
|
|
||||||
# host: "openproject.example.com"
|
|
||||||
# path: /
|
|
||||||
# pathType: "Prefix"
|
|
||||||
|
|
||||||
openproject:
|
openproject:
|
||||||
## Enable https in backend response.
|
|
||||||
#
|
|
||||||
https: true
|
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"
|
seed_locale: "en"
|
||||||
## Define admin user details
|
## Define admin user details
|
||||||
# only applicable on first installation
|
# only applicable on first installation
|
||||||
# c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
|
# c.f. https://www.openproject.org/docs/installation-and-operations/configuration/#initial-admin-user-creation
|
||||||
admin_user: "admin"
|
admin_user:
|
||||||
password: "InnoHubADMIN_2025!"
|
password: "InnoHubADMIN_2025!"
|
||||||
password_reset: "false"
|
password_reset: "false"
|
||||||
name: "OpenProject Admin"
|
name: "OpenProject Admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user