UNPKG

redis-commander

Version:

Redis web-based management tool written in node.js

17 lines (16 loc) 415 B
--- apiVersion: v1 kind: Pod metadata: name: "{{ include "redis-commander.fullname" . }}-test-connection" labels: {{- include "redis-commander.labels" . | nindent 4 }} annotations: "helm.sh/hook": test-success spec: containers: - name: wget image: busybox command: ['wget'] args: ['{{ include "redis-commander.fullname" . }}:{{ .Values.service.port }}'] restartPolicy: Never