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