File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
ansible/roles/session-valkey Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- SESSION_VALKEY_CHART_VERSION : 3.0.11
1+ SESSION_VALKEY_CHART_VERSION : 3.0.16
2+ SESSION_VALKEY_IMAGE_VERSION : 8.1.3
23SESSION_VALKEY_REPLICAS : 3
Original file line number Diff line number Diff line change 11global:
22 defaultStorageClass: "{{ SC_DEFAULT_STORAGE_CLASS_NAME }}"
3+ security:
4+ allowInsecureImages: true
5+
6+ image:
7+ registry: docker.io
8+ repository: valkey/valkey
9+ tag: "{{ SESSION_VALKEY_IMAGE_VERSION }}"
310replica:
411 replicaCount: {{ SESSION_VALKEY_REPLICAS }}
512 pdb:
@@ -31,8 +38,16 @@ sentinel:
3138 enabled: true
3239 readinessProbe:
3340 timeoutSeconds: 5
41+ image:
42+ registry: docker.io
43+ repository: valkey/valkey
44+ tag: "{{ SESSION_VALKEY_IMAGE_VERSION }}"
3445metrics:
3546 enabled: true
47+ image:
48+ registry: quay.io
49+ repository: oliver006/redis_exporter
50+ tag: 1.74.0
3651 podMonitor:
3752 enabled: true
3853 extraArgs:
You can’t perform that action at this time.
0 commit comments