mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
cilium
This commit is contained in:
parent
52bb7f3144
commit
9d4a8e1b3a
4 changed files with 32 additions and 0 deletions
2
apps/system/cilium/.gitignore
vendored
Normal file
2
apps/system/cilium/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Chart.lock
|
||||||
|
charts/
|
||||||
7
apps/system/cilium/Chart.yaml
Normal file
7
apps/system/cilium/Chart.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
name: cilium
|
||||||
|
version: 0.0.1
|
||||||
|
apiVersion: v2
|
||||||
|
dependencies:
|
||||||
|
- name: cilium
|
||||||
|
version: "1.12.6"
|
||||||
|
repository: https://helm.cilium.io/
|
||||||
6
apps/system/cilium/values.yaml
Normal file
6
apps/system/cilium/values.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
cilium:
|
||||||
|
kubeProxyReplacement: strict
|
||||||
|
k8sServiceHost: 192.168.1.8
|
||||||
|
k8sServicePort: 6443
|
||||||
|
operator:
|
||||||
|
replicas: 1
|
||||||
17
main/apps/cilium.yaml
Normal file
17
main/apps/cilium.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cilium
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: kube-system
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: apps/system/cilium
|
||||||
|
repoURL: git@github.com:amkartashov/gf-k8s
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
Loading…
Reference in a new issue