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

lhotari pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit e9ff27f9672c70dbb69853598fe54bafc831602b
Author: 赤月 <974226...@qq.com>
AuthorDate: Mon Jan 29 20:19:44 2024 +0800

    [improve][docker] fix yaml and dockerfile (#4186)
    
    Descriptions of the changes in this PR:
    1. There are multiple spec.ports fields in sts yaml
    2. The RUN command specified in dockerfile is not standardized
    
    Master Issue: #4185
    
    (cherry picked from commit 1eceb5dd2180ab57e5b21be968206292bb825177)
---
 deploy/kubernetes/gke/bookkeeper.statefulset.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/deploy/kubernetes/gke/bookkeeper.statefulset.yml 
b/deploy/kubernetes/gke/bookkeeper.statefulset.yml
index 49548f09d0..ca32b91137 100644
--- a/deploy/kubernetes/gke/bookkeeper.statefulset.yml
+++ b/deploy/kubernetes/gke/bookkeeper.statefulset.yml
@@ -124,7 +124,6 @@ metadata:
     app: bookkeeper
     component: bookie
 spec:
-  ports:
   ports:
     - name: bookie
       port: 3181

Reply via email to