mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: loki
|
|
labels:
|
|
stack: observability
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: loki
|
|
project: system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
sources:
|
|
- repoURL: git@github.com:amkartashov/gf-k8s.git
|
|
targetRevision: main
|
|
path: state/gullfaxi/system/observability/loki/manifests
|
|
- repoURL: https://grafana.github.io/helm-charts
|
|
chart: loki
|
|
targetRevision: 5.23.0
|
|
helm:
|
|
values: |
|
|
# https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml
|
|
# https://grafana.com/docs/loki/latest/setup/install/helm/install-monolithic/
|
|
gateway:
|
|
enabled: false
|
|
singleBinary:
|
|
replicas: 1
|
|
persistence:
|
|
enableStatefulSetAutoDeletePVC: false
|
|
loki:
|
|
auth_enabled: false
|
|
commonConfig:
|
|
replication_factor: 1
|
|
storage:
|
|
type: filesystem
|
|
test:
|
|
enabled: false
|
|
monitoring:
|
|
selfMonitoring:
|
|
enabled: false
|
|
grafanaAgent:
|
|
installOperator: false
|
|
lokiCanary:
|
|
enabled: false
|