Update resume.
This commit is contained in:
parent
8712a6745f
commit
3002f640c9
@ -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: {}
|
||||
Loading…
Reference in New Issue
Block a user