Skip to content

Commit

Permalink
Add dynamic application.server config to streams app chart
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed May 6, 2024
1 parent 2105a74 commit 92557bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/streams-app/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: STREAMS_APPLICATION_SERVER
value: "$(POD_ID):{{ .servicePort }}"
value: "$(POD_IP):{{ .servicePort }}"
{{- end }}
{{- end }}
{{- if .Values.streams.staticMembership }}
Expand Down

0 comments on commit 92557bf

Please sign in to comment.