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