Files
home-server/clusters/noble/bootstrap/argocd/app-of-apps/loki-application.yaml

30 lines
838 B
YAML

# Bootstrap app-of-apps leaf: Loki.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: noble-loki
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
sources:
- repoURL: https://grafana.github.io/helm-charts
chart: loki
targetRevision: 6.55.0
helm:
releaseName: loki
valueFiles:
- $values/clusters/noble/bootstrap/loki/values.yaml
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: loki
# Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5).
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true