瀏覽代碼

add postgres to applications

Josh Bicking 8 小時之前
父節點
當前提交
b0dd96b6f8
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      argocd/applications.yaml

+ 24 - 0
argocd/applications.yaml

@@ -412,3 +412,27 @@ spec:
   syncPolicy:
     automated:
       enabled: true
+---
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: postgres
+  namespace: argocd
+spec:
+  destination:
+    namespace: postgres
+    server: https://kubernetes.default.svc
+  project: default
+  sources:
+  - repoURL: https://charts.bitnami.com/bitnami
+    targetRevision: '11.6.7'
+    chart: postgresql
+    helm:
+      valueFiles:
+        - $values/argocd/postgres/values.yaml
+  - repoURL: https://gogs.jibby.org/jhb2345/server
+    ref: values
+    targetRevision: HEAD
+  syncPolicy:
+    automated:
+      enabled: true