Automated Manifest Update (#4493)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4493 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4493.
This commit is contained in:
@@ -106,29 +106,6 @@ spec:
|
||||
mountPath: /data
|
||||
- name: valkey-acl
|
||||
mountPath: /etc/valkey
|
||||
- name: metrics
|
||||
image: ghcr.io/oliver006/redis_exporter:v1.81.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: matrix-synapse-valkey
|
||||
volumes:
|
||||
- name: scripts
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user