ソースを参照

update applications

Josh Bicking 10 時間 前
コミット
493c06e4b2
3 ファイル変更27 行追加1 行削除
  1. 10 1
      .gitignore
  2. 17 0
      argocd/applications.yaml
  3. 0 0
      scripts/wait_for_ceph_repair.sh

+ 10 - 1
.gitignore

@@ -1,8 +1,17 @@
 htpasswd
 .env
 playbook.retry
-.venv
 hosts
 secret-*.yaml
 credentials-*
+*.swp
+
+.venv
 __pycache__
+
+*.d.ts
+*.js
+cdk8s/!jest.config.js
+cdk8s/node_modules
+cdk8s/dist/
+

+ 17 - 0
argocd/applications.yaml

@@ -327,3 +327,20 @@ spec:
   syncPolicy:
     automated:
       enabled: true
+---
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: seedbox
+  namespace: argocd
+spec:
+  destination:
+    server: https://kubernetes.default.svc
+  project: default
+  source:
+    path: argocd/seedbox
+    repoURL: https://gogs.jibby.org/jhb2345/server
+    targetRevision: HEAD
+  syncPolicy:
+    automated:
+      enabled: true

+ 0 - 0
rook/wait_for_ceph_repair.sh → scripts/wait_for_ceph_repair.sh