gf-k8s/state/gullfaxi/system/observability/grafana/application.yaml
2023-09-24 13:44:14 +07:00

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