mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops(k8s): add local path provisioner
This commit is contained in:
parent
ad69b1a28e
commit
34b8b47bef
3 changed files with 40 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
project: system
|
||||
source:
|
||||
repoURL: 'https://coredns.github.io/helm'
|
||||
repoURL: "https://coredns.github.io/helm"
|
||||
targetRevision: 1.29.x
|
||||
chart: coredns
|
||||
helm:
|
||||
|
|
|
|||
20
k8s/system/local-path-provisioner/application.yaml
Normal file
20
k8s/system/local-path-provisioner/application.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: local-path-provisioner
|
||||
namespace: kube-system
|
||||
spec:
|
||||
project: system
|
||||
source:
|
||||
repoURL: "https://github.com/rancher/local-path-provisioner"
|
||||
path: deploy/chart
|
||||
targetRevision: v26.0.x
|
||||
chart: local-path-provisioner
|
||||
helm:
|
||||
valuesObject:
|
||||
destination:
|
||||
namespace: kube-system
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
19
k8s/system/traefik/application.yaml
Normal file
19
k8s/system/traefik/application.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
project: system
|
||||
source:
|
||||
repoURL: "https://helm.traefik.io/traefik"
|
||||
targetRevision: v26.0.x
|
||||
chart: traefik
|
||||
helm:
|
||||
valuesObject:
|
||||
destination:
|
||||
namespace: kube-system
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue