From 3002f640c9e91a8f1b2673cf9be214c1cae34a01 Mon Sep 17 00:00:00 2001 From: Leon Liu Date: Fri, 8 Nov 2024 17:45:03 +0900 Subject: [PATCH] Update resume. --- apps/templates/resume.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/templates/resume.yaml b/apps/templates/resume.yaml index e69de29..265c269 100644 --- a/apps/templates/resume.yaml +++ b/apps/templates/resume.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: resume + namespace: argocd +spec: + destination: + namespace: default + server: {{ .Values.spec.destination.server }} + project: default + source: + path: simple-app + repoURL: {{ .Values.spec.source.repoURL }} + targetRevision: {{ .Values.spec.source.targetRevision }} + helm: + valuesObject: + host: ly-dodo.win + image: ghcr.io/leonliuy/resume:sha-4c052e7 + containerPort: 3000 + syncPolicy: + automated: {} \ No newline at end of file