Guest User

Untitled

a guest
Feb 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # helm install -f psql-values.yaml --name=redash-db stable/postgresql
  2. # helm upgrade redash-db -f psql-values.yaml stable/postgresql
  3. imageTag: "9.5.6-alpine"
  4. persistence:
  5. enabled: true
  6. service:
  7. type: ClusterIP
  8. port: 5432
  9. resources:
  10. requests:
  11. memory: 100Mi
  12. cpu: 50m
  13. postgresUser: redash
  14. postgresPassword: redash
  15. postgresDatabase: redash
Add Comment
Please, Sign In to add comment