diff --git a/apps/kimai/application.yaml b/apps/kimai/application.yaml new file mode 100644 index 0000000..fff5fe2 --- /dev/null +++ b/apps/kimai/application.yaml @@ -0,0 +1,31 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kimai + namespace: default +spec: + project: default + source: + repoURL: 'https://robjuz.github.io/helm-charts/' + targetRevision: 3.1.10 + chart: kimai2 + helm: + parameters: + - name: 'existingSecret' + value: 'kimai-secret' + - name: 'service.type' + value: 'NodePort' + - name: 'mariadb.enabled' + value: 'false' + - name: 'externalDatabase.host' + value: 'mariadb' + destination: + server: 'https://kubernetes.default.svc' + namespace: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - PruneLast=true + - CreateNamespace=true \ No newline at end of file