Skip to content

Commit

Permalink
Merge pull request #1922 from keboola/jt-fix-stream-deploy
Browse files Browse the repository at this point in the history
fix: Stream provisioning
  • Loading branch information
jachym-tousek-keboola authored Jul 22, 2024
2 parents f6a4b6f + 3a8da54 commit ceba263
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: STREAM_HOSTNAME
value: "$(STREAM_NODE_ID).stream.svc.cluster.local"
value: "$(STREAM_NODE_ID).stream.pod.cluster.local"
- name: STREAM_ETCD_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: STREAM_HOSTNAME
value: "$(STREAM_NODE_ID).stream.svc.cluster.local"
value: "$(STREAM_NODE_ID).stream.pod.cluster.local"
- name: STREAM_ETCD_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: STREAM_HOSTNAME
value: "$(STREAM_NODE_ID).stream.svc.cluster.local"
value: "$(STREAM_NODE_ID).stream.pod.cluster.local"
- name: STREAM_ETCD_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: STREAM_HOSTNAME
value: "$(STREAM_NODE_ID).stream.svc.cluster.local"
value: "$(STREAM_NODE_ID).stream.pod.cluster.local"
- name: STREAM_ETCD_PASSWORD
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -147,7 +147,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: STREAM_HOSTNAME
value: "$(STREAM_NODE_ID).stream.svc.cluster.local"
value: "$(STREAM_NODE_ID).stream.pod.cluster.local"
- name: STREAM_ETCD_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit ceba263

Please sign in to comment.