2024-04-25 16:15:09 +00:00
|
|
|
environment:
|
|
|
|
MEILI_ENV: production
|
|
|
|
|
|
|
|
auth:
|
|
|
|
existingMasterKeySecret: meili-credentials
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
storageClass: hcloud-volumes
|
|
|
|
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 768Mi
|
|
|
|
requests:
|
|
|
|
cpu: 100m
|
|
|
|
memory: 256Mi
|
|
|
|
|
|
|
|
serviceMonitor:
|
2024-05-19 09:45:03 +00:00
|
|
|
enabled: true
|
|
|
|
additionalLabels:
|
|
|
|
prometheus: default
|