diff options
Diffstat (limited to 'f3s/argocd-apps')
| -rw-r--r-- | f3s/argocd-apps/example-apache-volume-claim.yaml | 28 | ||||
| -rw-r--r-- | f3s/argocd-apps/immich.yaml | 28 | ||||
| -rw-r--r-- | f3s/argocd-apps/pushgateway.yaml | 28 | ||||
| -rw-r--r-- | f3s/argocd-apps/registry.yaml | 28 |
4 files changed, 112 insertions, 0 deletions
diff --git a/f3s/argocd-apps/example-apache-volume-claim.yaml b/f3s/argocd-apps/example-apache-volume-claim.yaml new file mode 100644 index 0000000..e918e87 --- /dev/null +++ b/f3s/argocd-apps/example-apache-volume-claim.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: example-apache-volume-claim + namespace: cicd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://codeberg.org/snonux/conf.git + targetRevision: master + path: f3s/example-apache-volume-claim/helm-chart + destination: + server: https://kubernetes.default.svc + namespace: test + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + retry: + limit: 3 + backoff: + duration: 5s + factor: 2 + maxDuration: 1m diff --git a/f3s/argocd-apps/immich.yaml b/f3s/argocd-apps/immich.yaml new file mode 100644 index 0000000..6fac25b --- /dev/null +++ b/f3s/argocd-apps/immich.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: immich + namespace: cicd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://codeberg.org/snonux/conf.git + targetRevision: master + path: f3s/immich/helm-chart + destination: + server: https://kubernetes.default.svc + namespace: services + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + retry: + limit: 3 + backoff: + duration: 5s + factor: 2 + maxDuration: 1m diff --git a/f3s/argocd-apps/pushgateway.yaml b/f3s/argocd-apps/pushgateway.yaml new file mode 100644 index 0000000..46d69ca --- /dev/null +++ b/f3s/argocd-apps/pushgateway.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: pushgateway + namespace: cicd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://codeberg.org/snonux/conf.git + targetRevision: master + path: f3s/pushgateway/helm-chart + destination: + server: https://kubernetes.default.svc + namespace: monitoring + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + retry: + limit: 3 + backoff: + duration: 5s + factor: 2 + maxDuration: 1m diff --git a/f3s/argocd-apps/registry.yaml b/f3s/argocd-apps/registry.yaml new file mode 100644 index 0000000..2948233 --- /dev/null +++ b/f3s/argocd-apps/registry.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: registry + namespace: cicd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://codeberg.org/snonux/conf.git + targetRevision: master + path: f3s/registry/helm-chart + destination: + server: https://kubernetes.default.svc + namespace: infra + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false + retry: + limit: 3 + backoff: + duration: 5s + factor: 2 + maxDuration: 1m |
