autocommit
This commit is contained in:
parent
a35ba3a07e
commit
ac1f262e71
17
apps/kiali.yaml
Normal file
17
apps/kiali.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: istiod
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://gitea.linvogel.ch/linus/gitops.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: helm/kiali
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- values.yaml
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: istio-system
|
||||||
8
helm/kiali/Chart.yaml
Normal file
8
helm/kiali/Chart.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: kiali
|
||||||
|
version: 0.1.0
|
||||||
|
dependencies:
|
||||||
|
- name: kialiserver
|
||||||
|
version: v2.27
|
||||||
|
repository: https://kiali.org/helm-charts
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user