chore: Update manifests after change

This commit is contained in:
2026-05-02 00:43:24 +00:00
parent 03aea3ac27
commit 710ac07b1d
6 changed files with 146 additions and 1 deletions

View File

@@ -110,6 +110,34 @@ spec:
mountPath: /data
- name: valkey-acl
mountPath: /etc/valkey
- name: metrics
image: ghcr.io/oliver006/redis_exporter:v1.82.0@sha256:6a97d4dd743b533e1f950c677b87d880e44df363c61af3f406fc9e53ed65ee03
imagePullPolicy: "IfNotPresent"
ports:
- name: metrics
containerPort: 9121
startupProbe:
tcpSocket:
port: metrics
livenessProbe:
tcpSocket:
port: metrics
readinessProbe:
httpGet:
path: /
port: metrics
resources:
requests:
cpu: 1m
memory: 10M
env:
- name: REDIS_ALIAS
value: directus-valkey
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: directus-valkey-config
key: default
volumes:
- name: scripts
configMap: