chore: Update manifests after change

This commit is contained in:
2026-03-26 23:31:10 +00:00
parent c27cf0ea3b
commit 9eaea91a2d
14 changed files with 149 additions and 50 deletions

View File

@@ -106,6 +106,29 @@ spec:
mountPath: /data
- name: valkey-acl
mountPath: /etc/valkey
- name: metrics
image: ghcr.io/oliver006/redis_exporter:v1.82.0
imagePullPolicy: "IfNotPresent"
ports:
- name: metrics
containerPort: 9121
startupProbe:
tcpSocket:
port: metrics
livenessProbe:
tcpSocket:
port: metrics
readinessProbe:
httpGet:
path: /
port: metrics
resources:
requests:
cpu: 10m
memory: 64M
env:
- name: REDIS_ALIAS
value: directus-valkey
volumes:
- name: scripts
configMap: