...
...
...
Table of Contents |
---|
Using default Kubernetes Secrets
...
...
...
In env variables enter the followings:
BACKEND_DB_USERNAME:
BACKEND_DB_PASSWORD:
LOG_DB_PASSWORD:
LOG_DB_USERNAME:
LOG_ARCHIVE_DB_PASSWORD:
LOG_ARCHIVE_DB_USERNAME:
In pullSecret.
enabled: true
registry: repository provided by Adeptia
username: provided by Adeptia
password: provided by Adeptia
For each microservice, provide.
image.repository: to reach to the image, provided by adeptia
image.tag: provided by adeptia
Rest of the settings will remain same.
...
...
...
...
...
...
...
...
...
...
...
...
...
VAULT_ADDR: vault url
pullSecret:
enabled: false
...