diff --git a/services/Argus/application-argus.yaml b/services/Argus/application-argus.yaml new file mode 100644 index 0000000..b8568c5 --- /dev/null +++ b/services/Argus/application-argus.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argus + namespace: argo-cd +spec: + destination: + namespace: argus + server: https://kubernetes.default.svc + project: default + source: + path: services/Argus + repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/services/Argus/deployment-argus.yml b/services/Argus/deployment-argus.yml index f4aa663..346de4a 100644 --- a/services/Argus/deployment-argus.yml +++ b/services/Argus/deployment-argus.yml @@ -18,7 +18,7 @@ spec: serviceAccountName: argus containers: - name: argus - image: releaseargus/argus:0.18.0 + image: releaseargus/argus:0.21.0 args: - -config.file=/app/config/config.yml ports: