autocommit

This commit is contained in:
Linus Vogel 2026-07-24 22:50:44 +02:00
parent 4f8df0e231
commit d4580c6fa7
4 changed files with 37 additions and 0 deletions

17
apps/cilium.yaml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cilium
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: HEAD
path: helm/cilium
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: kube-system

3
helm/cilium/Chart.yaml Normal file
View File

@ -0,0 +1,3 @@
apiVersion: v2
name: cilium
version: 0.1.0

View File

@ -0,0 +1,17 @@
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: hubble
namespace: kube-system
spec:
hosts:
- "hubble.apps.linvogel.internal"
gateways:
- istio-ingress/istio-gateway
http:
- name: "hubble-route"
route:
- destination:
host: hubble-ui.kube-system.svc.cluster.local
port:
number: 80

0
helm/cilium/values.yaml Normal file
View File