mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
26 lines
628 B
YAML
26 lines
628 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: grafana
|
|
labels:
|
|
stack: observability
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: grafana
|
|
project: system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
source:
|
|
repoURL: git@github.com:amkartashov/gf-k8s.git
|
|
targetRevision: main
|
|
path: state/gullfaxi/system/observability/grafana/manifests/
|
|
helm:
|
|
values: |
|
|
hostname: grafana.ioot.xyz
|
|
adminPassword: change_in_argocd
|
|
githubClientSecret: change_in_argocd
|