Skip to content

Commit

Permalink
psql
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 17, 2024
1 parent 9df3734 commit c91cd73
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
File renamed without changes.
26 changes: 26 additions & 0 deletions kubernetes/registry/helm/coder/coder-psql-helm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: default
source:
chart: postgres
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 15.5.17
helm:
valuesObject:
auth:
username: coder
password: coder
database: coder
persistence:
size: 10Gi
destination:
server: "https://kubernetes.default.svc"
namespace: coder
syncPolicy:
automated:
prune: true
selfHeal: true

0 comments on commit c91cd73

Please sign in to comment.