Update resume.

This commit is contained in:
Leon Liu 2024-11-08 17:45:03 +09:00
parent 8712a6745f
commit 3002f640c9

View File

@ -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: {}