From cb18623fd0cb7df73fb55cfeaf715c94b48f2afb Mon Sep 17 00:00:00 2001 From: Hugo Shaka Date: Fri, 8 Sep 2023 10:47:20 -0400 Subject: [PATCH 1/2] charts: fix teleport-cluster port names --- .../chart/teleport-cluster/templates/auth/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chart/teleport-cluster/templates/auth/deployment.yaml b/examples/chart/teleport-cluster/templates/auth/deployment.yaml index 38a0e2281adf5..8b86131d3113a 100644 --- a/examples/chart/teleport-cluster/templates/auth/deployment.yaml +++ b/examples/chart/teleport-cluster/templates/auth/deployment.yaml @@ -249,10 +249,10 @@ spec: initialDelaySeconds: 5 periodSeconds: 10 ports: - - name: operator-http-metrics + - name: op-metrics containerPort: 8080 protocol: TCP - - name: operator-http-health + - name: op-health containerPort: 8081 protocol: TCP {{- if .Values.operator.resources }} From f2c9db93ff5e78d9affec0a8b7f5695c9af749c1 Mon Sep 17 00:00:00 2001 From: Hugo Shaka Date: Fri, 8 Sep 2023 10:49:58 -0400 Subject: [PATCH 2/2] update snapshots --- .../tests/__snapshot__/auth_deployment_test.yaml.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap b/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap index 9f42c2a9ad6c7..79f79ee43e803 100644 --- a/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap +++ b/examples/chart/teleport-cluster/tests/__snapshot__/auth_deployment_test.yaml.snap @@ -11,10 +11,10 @@ should add an operator side-car when operator is enabled: name: operator ports: - containerPort: 8080 - name: operator-http-metrics + name: op-metrics protocol: TCP - containerPort: 8081 - name: operator-http-health + name: op-health protocol: TCP readinessProbe: httpGet: