update postgresql
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: postgresql
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://charts.bitnami.com/bitnami"
|
||||
chart: "postgresql"
|
||||
targetRevision: "16.0.0"
|
||||
helm:
|
||||
values: |
|
||||
global:
|
||||
storageClass: longhorn
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
size: 20Gi
|
||||
readReplicas:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
size: 20Gi
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: postgres
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Secret
|
||||
name: postgres-postgresql
|
||||
namespace: postgres
|
||||
jsonPointers:
|
||||
- /data
|
Reference in New Issue
Block a user