diff --git a/manifests/mysql.yaml b/archive/mysql.yaml similarity index 100% rename from manifests/mysql.yaml rename to archive/mysql.yaml diff --git a/manifests/db.yaml b/manifests/db.yaml new file mode 100644 index 0000000..3789727 --- /dev/null +++ b/manifests/db.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: db + namespace: argocd +spec: + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + source: + repoURL: git@github.com:wahyd4/home-docker.git + targetRevision: master + path: db + destination: + server: https://192.168.1.2:6443 + namespace: db