Skip to content

Instantly share code, notes, and snippets.

@rossmcdonald
Created September 14, 2021 13:57
Show Gist options
  • Save rossmcdonald/86a73a976151daa13618e542298f32c5 to your computer and use it in GitHub Desktop.
Save rossmcdonald/86a73a976151daa13618e542298f32c5 to your computer and use it in GitHub Desktop.
Standalone postgres helm deployment
postgresqlUsername: kong
postgresqlDatabase: kong
existingSecret: kong-enterprise-postgres-password
service:
port: 5432
#!/bin/bash -x
#
# Before running, be sure to create a 'kong-enterprise-postgres-password' secret in the kong namespace
#
helm install kong-db bitnami/postgresql -n kong --values ./values/db.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment