This commit is contained in:
Andrey Kartashov 2023-02-07 10:57:45 +07:00
parent 52bb7f3144
commit 9d4a8e1b3a
4 changed files with 32 additions and 0 deletions

2
apps/system/cilium/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Chart.lock
charts/

View 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/

View 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
View 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