diff --git a/services/Authelia/application-authelia.yaml b/services/Authelia/application-authelia.yaml new file mode 100644 index 0000000..2c52121 --- /dev/null +++ b/services/Authelia/application-authelia.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: authelia + namespace: argo-cd +spec: + destination: + namespace: authelia + server: https://kubernetes.default.svc + project: default + source: + path: services/Authelia + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/services/DDclient/application-ddclient.yaml b/services/DDclient/application-ddclient.yaml new file mode 100644 index 0000000..3664038 --- /dev/null +++ b/services/DDclient/application-ddclient.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ddclient + namespace: argo-cd +spec: + destination: + namespace: ddclient + server: https://kubernetes.default.svc + project: default + source: + path: services/DDclient + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/services/Gotify/application-gotify.yaml b/services/Gotify/application-gotify.yaml new file mode 100644 index 0000000..c86daaf --- /dev/null +++ b/services/Gotify/application-gotify.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: gotify + namespace: argo-cd +spec: + destination: + namespace: gotify + server: https://kubernetes.default.svc + project: default + source: + path: services/Gotify + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/services/Guacamole/application-guacamole.yaml b/services/Guacamole/application-guacamole.yaml new file mode 100644 index 0000000..68360d0 --- /dev/null +++ b/services/Guacamole/application-guacamole.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: guacamole + namespace: argo-cd +spec: + destination: + namespace: guacamole + server: https://kubernetes.default.svc + project: default + source: + path: services/Guacamole + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/services/Vaultwarden/application-vaultwarden.yaml b/services/Vaultwarden/application-vaultwarden.yaml new file mode 100644 index 0000000..735432e --- /dev/null +++ b/services/Vaultwarden/application-vaultwarden.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: vaultwarden + namespace: argo-cd +spec: + destination: + namespace: vaultwarden + server: https://kubernetes.default.svc + project: default + source: + path: services/Vaultwarden + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true