2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: Core Components for Kubernetes
|
|
|
|
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
|
|
|
|
- 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
|
|
|
|
- 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'
|
|
|
|
- name: cert-manager
|
|
|
|
namespace: cert-manager
|
|
|
|
repoURL: https://charts.jetstack.io
|
|
|
|
chart: cert-manager
|
|
|
|
targetRevision: 1.5.3
|
|
|
|
parameters:
|
|
|
|
- name: installCRDs
|
|
|
|
value: 'true'
|
|
|
|
secrets:
|
|
|
|
- name: cert-manager-vault-approle
|
|
|
|
keys:
|
|
|
|
- secretId
|
|
|
|
- name: ingress-internal
|
|
|
|
namespace: ingress-internal
|
|
|
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
|
|
chart: ingress-nginx
|
|
|
|
targetRevision: 4.0.8
|
|
|
|
syncWave: '0'
|
|
|
|
- name: ingress-external
|
|
|
|
namespace: ingress-external
|
|
|
|
repoURL: https://kubernetes.github.io/ingress-nginx
|
|
|
|
chart: ingress-nginx
|
|
|
|
targetRevision: 4.0.8
|
|
|
|
syncWave: '0'
|