feature: Adds more operational services.
This commit is contained in:
parent
9f85ec639d
commit
a704e75851
47 changed files with 1484 additions and 519 deletions
28
kubernetes/example-secrets/passbolt.env
Normal file
28
kubernetes/example-secrets/passbolt.env
Normal file
|
@ -0,0 +1,28 @@
|
|||
## Mail server configuration
|
||||
passboltEnv.plain.EMAIL_DEFAULT_FROM=
|
||||
passboltEnv.plain.EMAIL_DEFAULT_FROM_NAME=Passbolt
|
||||
passboltEnv.plain.EMAIL_TRANSPORT_DEFAULT_HOST=smtp.gmail.com
|
||||
passboltEnv.secret.EMAIL_TRANSPORT_DEFAULT_USERNAME=
|
||||
passboltEnv.secret.EMAIL_TRANSPORT_DEFAULT_PASSWORD=
|
||||
|
||||
## GPG Information
|
||||
passboltEnv.plain.APP_FULL_BASE_URL=https://passbolt.hofers.cloud
|
||||
passboltEnv.plain.PASSBOLT_KEY_EMAIL=noreply@passbolt.hofers.cloud
|
||||
|
||||
## Misc domain configuration
|
||||
ingress.hosts[0].host=passbolt.hofers.cloud
|
||||
livenessProbe.httpGet.httpHeaders[0].value=passbolt.hofers.cloud
|
||||
readinessProbe.httpGet.httpHeaders[0].value=passbolt.hofers.cloud
|
||||
|
||||
## GPG Keys
|
||||
# Private key
|
||||
gpgServerKeyPrivate=
|
||||
# Public key
|
||||
gpgServerKeyPublic=
|
||||
passboltEnv.secret.PASSBOLT_GPG_SERVER_KEY_FINGERPRINT=
|
||||
|
||||
## JWT Information
|
||||
# Private Key
|
||||
jwtServerPrivate=
|
||||
# Public
|
||||
jwtServerPublic=
|
Reference in a new issue