Skip to content

Commit

Permalink
Expose propeller webhook port 9443 in charts (#4804)
Browse files Browse the repository at this point in the history
- The webhook service exposes 443 and targets port 9443, but the
   container doesn't expose port 9443

Signed-off-by: ddl-ebrown <[email protected]>
  • Loading branch information
ddl-ebrown authored Feb 6, 2024
1 parent b7d8492 commit 4223a83
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/flyte-core/templates/propeller/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/eks/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/gcp/flyte_helm_dataplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down
2 changes: 2 additions & 0 deletions deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7249,6 +7249,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
ports:
- containerPort: 9443
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down

0 comments on commit 4223a83

Please sign in to comment.