hive-apps/projects/core/project.yml

87 lines
1.9 KiB
YAML
Raw Normal View History

2021-11-28 11:16:31 +01:00
config:
description: Core Components for Kubernetes
2021-11-28 11:16:31 +01:00
apps:
- name: ssd-storage
namespace: ssd-storage
repoURL: https://github.com/rancher/local-path-provisioner
path: deploy/chart/local-path-provisioner
2021-11-28 11:16:31 +01: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
2021-11-28 11:16:31 +01:00
- name: metallb
2022-08-15 17:02:35 +02:00
repoURL: https://metallb.github.io/metallb
2021-11-28 11:16:31 +01:00
chart: metallb
namespace: metallb
2023-02-25 17:20:06 +01:00
targetRevision: 0.13.9
2021-11-28 11:16:31 +01:00
syncWave: '0'
ignoreDiff:
- group: "*"
kind: CustomResourceDefinition
name: addresspools.metallb.io
jsonPointers:
- /spec/conversion/webhook/clientConfig/caBundle
- group: "*"
kind: CustomResourceDefinition
name: bgppeers.metallb.io
jsonPointers:
- /spec/conversion/webhook/clientConfig/caBundle
- group: "*"
kind: Secret
name: metallb-memberlist
2021-11-28 11:16:31 +01:00
- name: ingress-internal
namespace: ingress-internal
repoURL: https://kubernetes.github.io/ingress-nginx
chart: ingress-nginx
targetRevision: 4.11.3
2021-11-28 11:16:31 +01:00
syncWave: '0'
2022-01-05 16:47:55 +01:00
2021-12-18 18:17:36 +01:00
- name: cilium
existingNamespace: kube-system
repoURL: https://helm.cilium.io
chart: cilium
targetRevision: 1.16.4
2022-11-21 20:38:13 +01:00
- name: external-dns
repoURL: https://kubernetes-sigs.github.io/external-dns
chart: external-dns
targetRevision: 1.15.0
2022-11-21 20:38:13 +01:00
secrets:
- name: cloudflare-api
keys:
- CF_API_TOKEN
2024-08-05 15:26:58 +02:00
- name: external-dns-adguard
repoURL: https://kubernetes-sigs.github.io/external-dns
chart: external-dns
targetRevision: 1.15.0
2024-08-05 15:26:58 +02:00
secrets:
- name: adguard-config
keys:
- ADGUARD_URL
- ADGUARD_USER
- ADGUARD_PASSWORD
- name: cert-manager
namespace: cert-manager
repoURL: https://charts.jetstack.io
chart: cert-manager
targetRevision: v1.16.2
secrets:
- name: cert-manager-vault-approle
keys:
- secretId
- name: cloudflare-api
fromApp: external-dns
keys:
- CF_API_TOKEN