mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(k8s): create app of apps project, deploy flannel with it
This commit is contained in:
parent
de91366e09
commit
bcbc560217
7 changed files with 96 additions and 26 deletions
17
k8s/application.yaml
Normal file
17
k8s/application.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: system
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: default
|
||||
server: https://10.1.1.173:6443
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://github.com/gensokyo-zone/infrastructure'
|
||||
path: k8s/system
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue