fix(obs): Tempo processors schema fix + configurable Postgres host and Grafana port #602
@@ -146,6 +146,7 @@ jobs:
|
|||||||
POSTGRES_PASSWORD=${{ secrets.STAGING_POSTGRES_PASSWORD }}
|
POSTGRES_PASSWORD=${{ secrets.STAGING_POSTGRES_PASSWORD }}
|
||||||
POSTGRES_HOST=archiv-staging-db-1
|
POSTGRES_HOST=archiv-staging-db-1
|
||||||
EOF
|
EOF
|
||||||
|
chmod 600 /opt/familienarchiv/obs-secrets.env
|
||||||
|
|
||||||
- name: Validate observability compose config
|
- name: Validate observability compose config
|
||||||
# Dry-run: resolves all variable substitutions and reports any missing
|
# Dry-run: resolves all variable substitutions and reports any missing
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ jobs:
|
|||||||
POSTGRES_PASSWORD=${{ secrets.PROD_POSTGRES_PASSWORD }}
|
POSTGRES_PASSWORD=${{ secrets.PROD_POSTGRES_PASSWORD }}
|
||||||
POSTGRES_HOST=archiv-production-db-1
|
POSTGRES_HOST=archiv-production-db-1
|
||||||
EOF
|
EOF
|
||||||
|
chmod 600 /opt/familienarchiv/obs-secrets.env
|
||||||
|
|
||||||
- name: Validate observability compose config
|
- name: Validate observability compose config
|
||||||
# Dry-run: resolves all variable substitutions and reports any missing
|
# Dry-run: resolves all variable substitutions and reports any missing
|
||||||
|
|||||||
Reference in New Issue
Block a user