Skip to content

Commit

Permalink
Added postgres to faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Aug 18, 2023
1 parent 7624824 commit f71cd5a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/substrate-faucet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ apiVersion: v2
name: substrate-faucet
description: A Helm chart to deploy substrate-faucet
type: application
version: 2.2.2
version: 3.0.0
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
dependencies:
- name: postgresql
version: "12.8.3"
repository: "https://charts.bitnami.com/bitnami"
17 changes: 17 additions & 0 deletions charts/substrate-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,20 @@ ingress:
## @param ingress.enabled Specifies whether as Ingress should be created
##
enabled: false

postgresql:
global:
postgresql:
auth:
postgresPassword: "Secret!"
primary:
persistence:
storageClass: "ssd-csi"
size: 4Gi
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 250m
memory: 512Mi

0 comments on commit f71cd5a

Please sign in to comment.