From 4223a836b6ae9d703d664f942175a673777a0428 Mon Sep 17 00:00:00 2001 From: "Ethan Brown (Domino)" <111539728+ddl-ebrown@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:32:38 -0800 Subject: [PATCH] Expose propeller webhook port 9443 in charts (#4804) - 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 f76f8b6213..0b1c725af8 100644 --- a/charts/flyte-core/templates/propeller/webhook.yaml +++ b/charts/flyte-core/templates/propeller/webhook.yaml @@ -94,6 +94,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 ce920b2cd0..77e62001f8 100644 --- a/deployment/eks/flyte_aws_scheduler_helm_generated.yaml +++ b/deployment/eks/flyte_aws_scheduler_helm_generated.yaml @@ -1359,6 +1359,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 c8157bc14d..dfdf24d923 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 6eda2a0546..29fc7851f5 100644 --- a/deployment/eks/flyte_helm_generated.yaml +++ b/deployment/eks/flyte_helm_generated.yaml @@ -1478,6 +1478,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 88dc92e317..ad9ca845f9 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 dc1aa37a2e..2ba2f62aed 100644 --- a/deployment/gcp/flyte_helm_generated.yaml +++ b/deployment/gcp/flyte_helm_generated.yaml @@ -1500,6 +1500,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 b42955ae43..e882b9d291 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