From 84386fe4837b8447089400e01d57f4993fca318d Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 30 May 2025 14:35:25 +0300 Subject: [PATCH] Add application2.yaml --- application2.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 application2.yaml diff --git a/application2.yaml b/application2.yaml new file mode 100644 index 0000000..2b503e5 --- /dev/null +++ b/application2.yaml @@ -0,0 +1,25 @@ +project: default +source: + repoURL: >- + http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/ + targetRevision: '*' + helm: + valueFiles: + - values.yaml + parameters: + - name: app.env.QUARKUS_DATASOURCE_PASSWORD + value: testpass + - name: app.env.QUARKUS_DATASOURCE_USERNAME + value: admin + - name: app.ports.http + value: '8095' + chart: example-app +destination: + server: https://kubernetes.default.svc + namespace: example-app +syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file