mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Add: core/cilium
This commit is contained in:
parent
e37af2b519
commit
f4b6a46e8e
2 changed files with 44 additions and 0 deletions
|
@ -55,3 +55,9 @@ apps:
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
targetRevision: 4.0.13
|
targetRevision: 4.0.13
|
||||||
syncWave: '0'
|
syncWave: '0'
|
||||||
|
|
||||||
|
- name: cilium
|
||||||
|
existingNamespace: kube-system
|
||||||
|
repoURL: https://helm.cilium.io
|
||||||
|
chart: cilium
|
||||||
|
targetRevision: 1.11.0
|
||||||
|
|
38
projects/core/values/cilium.yaml
Normal file
38
projects/core/values/cilium.yaml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
hubble:
|
||||||
|
relay:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
ui:
|
||||||
|
enabled: true
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: vault-issuer
|
||||||
|
hosts:
|
||||||
|
- cilium.dc
|
||||||
|
tls:
|
||||||
|
- secretName: cilium-dc-tls
|
||||||
|
hosts:
|
||||||
|
- cilium.dc
|
||||||
|
|
||||||
|
metrics:
|
||||||
|
enabled:
|
||||||
|
- dns:query;ignoreAAAA
|
||||||
|
- drop
|
||||||
|
- tcp
|
||||||
|
- flow
|
||||||
|
- icmp
|
||||||
|
- http
|
||||||
|
annotations:
|
||||||
|
prometheus.io/scrape: "true"
|
||||||
|
prometheus.io/port: "9091"
|
||||||
|
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
operator:
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
|
hostServices:
|
||||||
|
enabled: true
|
Loading…
Reference in a new issue