chore: Update manifests after change

This commit is contained in:
2026-05-02 02:02:34 +00:00
parent d51e0e9ccb
commit e600eb5a56
10 changed files with 290 additions and 0 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.83.0@sha256:e8c209894d4c0cc55b1259ddd47e0b769ad1ff864b356736ee885462a3b0e48c
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: postiz-valkey
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: postiz-valkey-config
key: default
volumes:
- name: scripts
configMap: