Files
tools/redis/templates/NOTES.txt
Gabriel Radureau 8c6fafec07
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 24s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try chatgpt provided chart for redis/keyDB
2025-12-04 12:10:03 +01:00

13 lines
671 B
Plaintext

# -----------------------------------------------------------------------------
# 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