use 8443 for webhook port (#2458)

Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
zryfish
2020-07-17 12:56:21 +08:00
committed by GitHub
parent a1767d4245
commit 97580d3776
4 changed files with 10 additions and 5 deletions

View File

@@ -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"]

View File

@@ -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