2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: Core Components for Kubernetes
|
2022-01-06 10:35:03 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
apps:
|
|
|
|
- name: fast-storage
|
|
|
|
namespace: fast-storage
|
|
|
|
repoURL: https://github.com/rancher/local-path-provisioner
|
2022-08-15 14:46:14 +00:00
|
|
|
path: deploy/chart/local-path-provisioner
|
2021-11-28 10:16:31 +00:00
|
|
|
syncWave: '0'
|
|
|
|
parameters:
|
|
|
|
- name: storageClass.name
|
|
|
|
value: fast
|
|
|
|
- name: nodePathMap[0].node
|
|
|
|
value: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
|
|
|
- name: nodePathMap[0].paths[0]
|
|
|
|
value: /var/lib/rancher/k3s/storage
|
2022-01-06 10:35:03 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
- name: ssd-storage
|
|
|
|
namespace: ssd-storage
|
|
|
|
repoURL: https://github.com/rancher/local-path-provisioner
|
2022-08-15 14:46:14 +00:00
|
|
|
path: deploy/chart/local-path-provisioner
|
2021-11-28 10:16:31 +00:00
|
|
|
syncWave: '0'
|
|
|
|
parameters:
|
|
|
|
- name: storageClass.name
|
|
|
|
value: ssd
|
|
|
|
- name: nodePathMap[0].node
|
|
|
|
value: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
|
|
|
- name: nodePathMap[0].paths[0]
|
|
|
|
value: /data/kubernetes/ssd
|
2022-01-06 10:35:03 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
- name: metallb
|
2022-08-15 15:02:35 +00:00
|
|
|
repoURL: https://metallb.github.io/metallb
|
2021-11-28 10:16:31 +00:00
|
|
|
chart: metallb
|
|
|
|
namespace: metallb
|
2022-08-15 15:02:35 +00:00
|
|
|
targetRevision: 0.13.4
|
2021-11-28 10:16:31 +00:00
|
|
|
syncWave: '0'
|
2022-01-06 10:35:03 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
- name: cert-manager
|
|
|
|
namespace: cert-manager
|
|
|
|
repoURL: https://charts.jetstack.io
|
|
|
|
chart: cert-manager
|
2022-07-26 23:17:23 +00:00
|
|
|
targetRevision: v1.9.1
|
2021-11-28 10:16:31 +00:00
|
|
|
parameters:
|
|
|
|
- name: installCRDs
|
|
|
|
value: 'true'
|
|
|
|
secrets:
|
|
|
|
- name: cert-manager-vault-approle
|
|
|
|
keys:
|
|
|
|
- secretId
|
2022-01-06 10:35:03 +00:00
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
- name: ingress-internal
|
|
|
|
namespace: ingress-internal
|
2022-01-05 15:47:55 +00:00
|
|
|
repoURL: https://helm.traefik.io/traefik
|
|
|
|
chart: traefik
|
2022-09-29 01:13:06 +00:00
|
|
|
targetRevision: 10.25.1
|
2021-11-28 10:16:31 +00:00
|
|
|
syncWave: '0'
|
2022-01-05 15:47:55 +00:00
|
|
|
|
2021-12-18 17:17:36 +00:00
|
|
|
- name: cilium
|
|
|
|
existingNamespace: kube-system
|
|
|
|
repoURL: https://helm.cilium.io
|
|
|
|
chart: cilium
|
2022-09-15 00:19:30 +00:00
|
|
|
targetRevision: 1.12.2
|