Skip to content

Commit

Permalink
fix: Updates naming of Redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
mocdaniel committed Apr 29, 2023
1 parent 92ce40c commit 31f0793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/icinga-stack/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
matchLabels:
{{- include "icinga-helm.selectorLabels" $ | nindent 6 }}
app.kubernetes.io/component: {{ include "icinga-helm.fullname" .}}-redis
serviceName: {{ include "icinga-helm.fullname" .}}-redis
serviceName: {{ .Release.Name }}-redis
replicas: 1
template:
metadata:
Expand All @@ -30,7 +30,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: {{ include "icinga-helm.fullname" .}}-redis
name: {{ .Release.Name }}-redis
labels:
{{- include "icinga2.labels" $ | nindent 4 }}
app.kubernetes.io/component: {{ include "icinga-helm.fullname" .}}-redis
Expand Down

0 comments on commit 31f0793

Please sign in to comment.