autocommit
This commit is contained in:
parent
4f8df0e231
commit
d4580c6fa7
17
apps/cilium.yaml
Normal file
17
apps/cilium.yaml
Normal 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
3
helm/cilium/Chart.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: cilium
|
||||||
|
version: 0.1.0
|
||||||
17
helm/cilium/templates/hubble-virtualservce.yaml
Normal file
17
helm/cilium/templates/hubble-virtualservce.yaml
Normal 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
0
helm/cilium/values.yaml
Normal file
Loading…
x
Reference in New Issue
Block a user