This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git

commit 42b5965bbe11fa770bf7b318b5046a100827d4d4
Author: windghoul <[email protected]>
AuthorDate: Thu May 12 14:06:50 2022 +0800

    FIX: portname
---
 .gitignore                                               | 1 +
 charts/shardingsphere-operator/templates/deployment.yaml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c0a7a54..fb3a7a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ testbin/*
 *.swp
 *.swo
 *~
+build/certs/
diff --git a/charts/shardingsphere-operator/templates/deployment.yaml 
b/charts/shardingsphere-operator/templates/deployment.yaml
index fb5c252..668e22a 100644
--- a/charts/shardingsphere-operator/templates/deployment.yaml
+++ b/charts/shardingsphere-operator/templates/deployment.yaml
@@ -24,7 +24,7 @@ spec:
           ports:
             - name: webhook
               containerPort: {{ .Values.webhook.port }}
-            - name: healthCheck
+            - name: healthcheck
               containerPort: {{ .Values.health.healthProbePort }}
           image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
           imagePullPolicy: {{ .Values.image.pullPolicy }}

Reply via email to