Skip to content

Commit

Permalink
Change back deployment and service name
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Apr 22, 2020
1 parent 3c3df69 commit 96841a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/multi-juicer/templates/juice-balancer-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "multi-juicer.fullname" . }}
name: juice-balancer
labels:
{{- include "multi-juicer.labels" . | nindent 4 }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion helm/multi-juicer/templates/juice-balancer-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
{{- range .paths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
serviceName: juice-balancer
servicePort: {{ $svcPort }}
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion helm/multi-juicer/templates/juice-balancer-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "multi-juicer.fullname" . }}
name: juice-balancer
labels:
{{- include "multi-juicer.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 96841a5

Please sign in to comment.