From e2c7e94f76c08e15430354eb608f30a3f3435a47 Mon Sep 17 00:00:00 2001 From: ddl-ebrown Date: Wed, 31 Jan 2024 14:58:21 -0800 Subject: [PATCH] Expose propeller webhook port 9443 in charts - The webhook service exposes 443 and targets port 9443, but the container doesn't expose port 9443 Signed-off-by: ddl-ebrown --- charts/flyte-core/templates/propeller/webhook.yaml | 2 ++ deployment/eks/flyte_aws_scheduler_helm_generated.yaml | 2 ++ deployment/eks/flyte_helm_dataplane_generated.yaml | 2 ++ deployment/eks/flyte_helm_generated.yaml | 2 ++ deployment/gcp/flyte_helm_dataplane_generated.yaml | 2 ++ deployment/gcp/flyte_helm_generated.yaml | 2 ++ deployment/sandbox/flyte_helm_generated.yaml | 2 ++ 7 files changed, 14 insertions(+) diff --git a/charts/flyte-core/templates/propeller/webhook.yaml b/charts/flyte-core/templates/propeller/webhook.yaml index 75866a8c2b..d99baec263 100644 --- a/charts/flyte-core/templates/propeller/webhook.yaml +++ b/charts/flyte-core/templates/propeller/webhook.yaml @@ -89,6 +89,8 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} {{- end }} + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml index c4f557836a..6a901a4d16 100644 --- a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml +++ b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml @@ -1360,6 +1360,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/eks/flyte_helm_dataplane_generated.yaml b/deployment/eks/flyte_helm_dataplane_generated.yaml index c1d6b96380..b454a549ec 100644 --- a/deployment/eks/flyte_helm_dataplane_generated.yaml +++ b/deployment/eks/flyte_helm_dataplane_generated.yaml @@ -558,6 +558,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/eks/flyte_helm_generated.yaml b/deployment/eks/flyte_helm_generated.yaml index 910b2746b8..ae028cf7ce 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -1479,6 +1479,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/gcp/flyte_helm_dataplane_generated.yaml b/deployment/gcp/flyte_helm_dataplane_generated.yaml index c0cb5c5a6d..f7344cb9a1 100644 --- a/deployment/gcp/flyte_helm_dataplane_generated.yaml +++ b/deployment/gcp/flyte_helm_dataplane_generated.yaml @@ -565,6 +565,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/gcp/flyte_helm_generated.yaml b/deployment/gcp/flyte_helm_generated.yaml index 0627ba986c..1ee371170d 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -1501,6 +1501,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config diff --git a/deployment/sandbox/flyte_helm_generated.yaml b/deployment/sandbox/flyte_helm_generated.yaml index cade17e8d6..ba246d573f 100644 --- a/deployment/sandbox/flyte_helm_generated.yaml +++ b/deployment/sandbox/flyte_helm_generated.yaml @@ -7249,6 +7249,8 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace + ports: + - containerPort: 9443 volumeMounts: - name: config-volume mountPath: /etc/flyte/config