diff --git a/passbolt/values.yaml b/passbolt/values.yaml index a959343..9c8164c 100644 --- a/passbolt/values.yaml +++ b/passbolt/values.yaml @@ -71,13 +71,13 @@ mariadb: # -- Configure mariadb auth root password rootPassword: root # -- Configure mariadb auth username - username: CHANGEME + username: pbadmin # -- Configure mariadb auth password - password: CHANGEME + password: DW"C_/9jTTkMjwj<'% # -- Configure mariadb auth database - database: passbolt + database: passboltdb # -- Configure mariadb auth replicationPassword - replicationPassword: CHANGEME + replicationPassword: w(*4Ewj:m`K/Ai^/qb # -- Configure parameters for the primary instance. primary: # -- Configure persistence options. @@ -232,7 +232,7 @@ passboltEnv: # -- Configure passbolt privacy url PASSBOLT_LEGAL_PRIVACYPOLICYURL: https://www.passbolt.com/privacy # -- Configure passbolt fullBaseUrl - APP_FULL_BASE_URL: https://passbolt.local + APP_FULL_BASE_URL: https://passbolt.realm.local # -- Configure passbolt to force ssl PASSBOLT_SSL_FORCE: true # -- Toggle passbolt public registration @@ -262,13 +262,13 @@ passboltEnv: # -- Toggle passbolt debug mode DEBUG: false # -- Configure email used on gpg key. This is used when automatically creating a new gpg server key and when automatically calculating the fingerprint. - PASSBOLT_KEY_EMAIL: passbolt@yourdomain.com + PASSBOLT_KEY_EMAIL: passbolt@solusar.de # -- Toggle passbolt selenium mode PASSBOLT_SELENIUM_ACTIVE: false # -- Configure passbolt license path PASSBOLT_PLUGINS_LICENSE_LICENSE: /etc/passbolt/subscription_key.txt # -- Configure passbolt default email from - EMAIL_DEFAULT_FROM: no-reply@passbolt.local + EMAIL_DEFAULT_FROM: no-reply@passbolt.realm.local # -- Configure passbolt default email from name EMAIL_DEFAULT_FROM_NAME: Passbolt # -- Configure passbolt default email host @@ -289,21 +289,21 @@ passboltEnv: PASSBOLT_SECURITY_DISPLAY_NON_WEBUSER_WARNING: true secret: # -- Configure passbolt cake cache password - CACHE_DEFAULT_PASSWORD: CHANGEME + CACHE_DEFAULT_PASSWORD: ={K=X=6UcS~s^Pa,a, # -- Configure passbolt cake core cache password - CACHE_CAKECORE_PASSWORD: CHANGEME + CACHE_CAKECORE_PASSWORD: U!L9Ue%"`_-+{.u"vQ # -- Configure passbolt cake model cache password - CACHE_CAKEMODEL_PASSWORD: CHANGEME + CACHE_CAKEMODEL_PASSWORD: V!K'_6}Q\%PSufj$eV # -- Configure passbolt default database password - DATASOURCES_DEFAULT_PASSWORD: CHANGEME + DATASOURCES_DEFAULT_PASSWORD: DW"C_/9jTTkMjwj<'% # -- Configure passbolt default database username - DATASOURCES_DEFAULT_USERNAME: CHANGEME + DATASOURCES_DEFAULT_USERNAME: pbadmin # -- Configure passbolt default database - DATASOURCES_DEFAULT_DATABASE: passbolt + DATASOURCES_DEFAULT_DATABASE: passboltdb # -- Configure passbolt default email service username - EMAIL_TRANSPORT_DEFAULT_USERNAME: CHANGEME + EMAIL_TRANSPORT_DEFAULT_USERNAME: admin@solusar.de # -- Configure passbolt default email service password - EMAIL_TRANSPORT_DEFAULT_PASSWORD: CHANGEME + EMAIL_TRANSPORT_DEFAULT_PASSWORD: #gentoo# # -- Configure passbolt server gpg key fingerprint # PASSBOLT_GPG_SERVER_KEY_FINGERPRINT: # -- Configure passbolt security salt. @@ -350,7 +350,7 @@ livenessProbe: path: /healthcheck/status.json httpHeaders: - name: Host - value: passbolt.local + value: passbolt.realm.local initialDelaySeconds: 20 periodSeconds: 10 # -- Configure passbolt container RadinessProbe @@ -361,7 +361,7 @@ readinessProbe: scheme: HTTPS httpHeaders: - name: Host - value: passbolt.local + value: passbolt.realm.local path: /healthcheck/status.json initialDelaySeconds: 5 periodSeconds: 10 @@ -402,7 +402,7 @@ podSecurityContext: service: # -- Configure passbolt service type - type: ClusterIP + type: LoadBalancer # -- Annotations to add to the service annotations: {} # -- Configure the service ports @@ -435,7 +435,7 @@ ingress: # -- Configure passbolt ingress hosts hosts: # @ignored - - host: passbolt.local + - host: passbolt.realm.local paths: - path: / port: https @@ -448,7 +448,7 @@ ingress: - autogenerate: true # existingSecret: "" hosts: - - passbolt.local + - passbolt.realm.local # -- Configure passbolt deployment nodeSelector nodeSelector: {}