add postgres
This commit is contained in:
26
deploy/postgres/postgres-app.yaml
Normal file
26
deploy/postgres/postgres-app.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://charts.bitnami.com/bitnami"
|
||||
chart: postgresql
|
||||
targetRevision: "16.5.0"
|
||||
helm:
|
||||
values: |-
|
||||
fullnameOverride: "postgres"
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "longhorn"
|
||||
size: 30Gi
|
||||
postgresqlPassword: "beelover"
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: postgres
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Reference in New Issue
Block a user