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
|
|
|
|
path: deploy/chart
|
|
|
|
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
|
|
|
|
path: deploy/chart
|
|
|
|
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
|
|
|
|
repoURL: https://charts.bitnami.com/bitnami
|
|
|
|
chart: metallb
|
|
|
|
namespace: metallb
|
2021-12-18 10:30:03 +00:00
|
|
|
targetRevision: 2.5.16
|
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-06-24 02:24:20 +00:00
|
|
|
targetRevision: v1.8.2
|
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-07-01 00:27:16 +00:00
|
|
|
targetRevision: 10.24.0
|
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-06-16 01:16:48 +00:00
|
|
|
targetRevision: 1.11.6
|