|
@@ -28,15 +28,9 @@ redirect_stderr=true\n\
|
|
|
stdout_logfile=/var/log/be.log\n\
|
|
|
stdout_logfile_maxbytes=50MB\n\
|
|
|
" > /etc/supervisor.d/be.ini
|
|
|
-
|
|
|
EXPOSE 8080
|
|
|
-ENTRYPOINT ["supervisord", "-n"]
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
-FROM builder as image-sxkj
|
|
|
-COPY config-sxkj.yaml config.yaml
|
|
|
RUN echo -e "\
|
|
|
[program:helm]\n\
|
|
|
directory=/app\n\
|
|
@@ -50,3 +44,15 @@ stdout_logfile_maxbytes=50MB\n\
|
|
|
" > /etc/supervisor.d/helm.ini
|
|
|
EXPOSE 8081
|
|
|
|
|
|
+ENTRYPOINT ["supervisord", "-n"]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+FROM builder as image-sxkj
|
|
|
+# kubeconfig
|
|
|
+COPY config-sxkj.yaml config.yaml
|
|
|
+
|
|
|
+FROM builder as image-idctest
|
|
|
+# kubeconfig
|
|
|
+COPY config-idctest.yaml config.yaml
|