Skip to content

Commit

Permalink
Expose propeller webhook port 9443 in charts
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 committed Jan 31, 2024
1 parent 2794894 commit e2c7e94
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 @@ -89,6 +89,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 @@ -1360,6 +1360,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 @@ -1479,6 +1479,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 @@ -1501,6 +1501,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 e2c7e94

Please sign in to comment.