redis-commander
Version:
Redis web-based management tool written in node.js
21 lines (20 loc) • 491 B
YAML
apiVersion: v1
kind: Service
metadata:
name: {{ include "redis-commander.fullname" . }}
labels:
{{- include "redis-commander.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "redis-commander.selectorLabels" . | nindent 4 }}