Browse Source

Reflect certController.readinessProbe.port to readinessProbe (#2732)

Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
Shuhei Kitagawa 2 years ago
parent
commit
953af0d1a2

+ 1 - 1
deploy/charts/external-secrets/templates/cert-controller-deployment.yaml

@@ -73,7 +73,7 @@ spec:
               name: metrics
           readinessProbe:
             httpGet:
-              port: 8081
+              port: {{ .Values.certController.readinessProbe.port }}
               path: /readyz
             initialDelaySeconds: 20
             periodSeconds: 5