Fixing docs #96

Merged
metal3d merged 2 commits from develop into master 2024-12-05 08:47:29 +00:00
Showing only changes of commit d27ed76cf4 - Show all commits

View File

@@ -172,12 +172,13 @@ services:
katenary.v3/ingress: |-
hostname: myapp.example.com
port: 80
katenary.v3/map-env: |-
# make adaptations, DB_HOST environment is actually the service name
katenary.v3/map-env: |-
DB_HOST: '{{ .Release.Name }}-database'
katenary.v3/values-from: |-
# get the values from the "database" service
# this will use the databas secret, see below
# this will use the database secrets and environment,
# see the "database" service to see the values
katenary.v3/values-from: |-
DB_USER: databse.MARIADB_USER
DB_PASSWORD: database.MARIADB_PASSWORD