manage argocd-imageupdate
This commit is contained in:
18
kluster-deployments/argocd-imageupdate/application.yaml
Normal file
18
kluster-deployments/argocd-imageupdate/application.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: journal-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/moll-re/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: infrastructure/argocd-imageupdate
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: journal
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
@@ -5,6 +5,7 @@ namespace: argocd
|
||||
|
||||
|
||||
resources:
|
||||
- argocd-imageupdate/
|
||||
- whoami/
|
||||
- journal/
|
||||
- immich/
|
Reference in New Issue
Block a user