39 lines
777 B
YAML
39 lines
777 B
YAML
adminUser: admin
|
|
adminPassword: "admin" # or use an existingSecret
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 300m
|
|
memory: 512Mi
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClassName: loki-data
|
|
existingClaim: pvc-loki-data
|
|
|
|
datasources:
|
|
datasources.yaml:
|
|
apiVersion: 1
|
|
datasources:
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki.observability.svc.cluster.local:3100
|
|
isDefault: true
|
|
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: traefik
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
hosts:
|
|
- grafana.immich-ad.ovh
|
|
tls:
|
|
- secretName: grafana-tls
|
|
hosts:
|
|
- grafana.immich-ad.ovh
|