mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
add comment
This commit is contained in:
@@ -69,6 +69,7 @@ k create namespace db
|
||||
# postgres
|
||||
|
||||
# export data south uri for exporting metrics
|
||||
# more details please check https://github.com/prometheus-community/postgres_exporter
|
||||
kubectl -n db create secret generic postgresql-data-source-uri --from-literal=DATA_SOURCE_NAME="postgresql://postgres:xxx@localhost:5432/?sslmode=disable"
|
||||
|
||||
helm upgrade --install new-postgres -n db -f postgres-values.yaml bitnami/postgresql --set global.postgresql.auth.postgresPassword=xxxxxx
|
||||
|
||||
Reference in New Issue
Block a user