use 8443 for webhook port (#2458)
Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
@@ -10,5 +10,7 @@ RUN apk add --update ca-certificates && \
|
||||
adduser -D -g kubesphere -u 1002 kubesphere && \
|
||||
chown -R kubesphere:kubesphere /usr/local/bin/ks-apiserver
|
||||
|
||||
EXPOSE 9090
|
||||
|
||||
USER kubesphere
|
||||
CMD ["sh"]
|
||||
|
||||
@@ -11,4 +11,7 @@ RUN apk add --update ca-certificates && \
|
||||
chown -R kubesphere:kubesphere /usr/local/bin/controller-manager
|
||||
|
||||
USER kubesphere
|
||||
|
||||
EXPOSE 8443 8080
|
||||
|
||||
CMD controller-manager
|
||||
|
||||
Reference in New Issue
Block a user