Skip to content

Commit

Permalink
set correct serviceName in Statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Mar 22, 2019
1 parent afe4232 commit 4537521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ objects:
metadata:
name: ${SERVICE_NAME}
spec:
serviceName: ${SERVICE_NAME}
serviceName: ${SERVICE_NAME}-headless
replicas: 3
selector:
matchLabels:
Expand Down

0 comments on commit 4537521

Please sign in to comment.