try chatgpt provided chart for redis/keyDB
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 20s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2025-12-04 12:10:03 +01:00
parent 5e6c2acb21
commit 0f61051eb1
11 changed files with 279 additions and 81 deletions

12
redis/templates/NOTES.txt Normal file
View File

@@ -0,0 +1,12 @@
# -----------------------------------------------------------------------------
# templates/NOTES.txt
# -----------------------------------------------------------------------------
{{""}}
1. Get the application URL by running these commands:
export POD0=$(kubectl get pods -l app={{ include "keydb-custom.name" . }} -o jsonpath="{.items[0].metadata.name}")
kubectl logs $POD0
2. To connect via keydb-cli from a pod:
kubectl run -it --rm --image=eqalpha/keydb --restart=Never keydb-client -- /bin/sh
# inside the pod:
keydb-cli -h {{ include "keydb-custom.fullname" . }}-0.{{ include "keydb-custom.fullname" . }}-headless -a "{{ .Values.auth.password }}" PING