autocommit

This commit is contained in:
Linus Vogel 2026-07-02 20:31:40 +02:00
parent a35ba3a07e
commit ac1f262e71
2 changed files with 25 additions and 0 deletions

17
apps/kiali.yaml Normal file
View 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
View 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