Browse Source

x

dev-DXTZYK
somunslotus 1 year ago
parent
commit
752e2c851c
7 changed files with 8 additions and 4 deletions
  1. +0
    -0
      k8s/build-java.sh
  2. +0
    -0
      k8s/build-node.sh
  3. +0
    -0
      k8s/build.sh
  4. +0
    -0
      k8s/build_and_deploy.sh
  5. +0
    -0
      k8s/deploy.sh
  6. +2
    -2
      k8s/dockerfiles/managent-dockerfile
  7. +6
    -2
      k8s/template-yaml/deploy/k8s-7management.yaml

+ 0
- 0
k8s/build-java.sh View File


+ 0
- 0
k8s/build-node.sh View File


+ 0
- 0
k8s/build.sh View File


+ 0
- 0
k8s/build_and_deploy.sh View File


+ 0
- 0
k8s/deploy.sh View File


+ 2
- 2
k8s/dockerfiles/managent-dockerfile View File

@@ -1,6 +1,6 @@
# 基础镜像 # 基础镜像
FROM 172.20.32.187/ci4s/openjdk:8u162
#FROM 172.20.32.187/ci4s/openjdk-dvc:2024829
#FROM 172.20.32.187/ci4s/openjdk:8u162
FROM 172.20.32.187/ci4s/openjdk-dvc:2024829
# author # author
MAINTAINER ruoyi MAINTAINER ruoyi




+ 6
- 2
k8s/template-yaml/deploy/k8s-7management.yaml View File

@@ -15,10 +15,14 @@ spec:
spec: spec:
containers: containers:
- name: ci4s-management-platform - name: ci4s-management-platform
image: 172.20.32.187/ci4s/managent:202406121003
image: 172.20.32.187/ci4s/ci4s-managent:202409181153
ports: ports:
- containerPort: 9213 - containerPort: 9213

env:
- name: http_proxy
value: "http://172.20.32.253:3128"
- name: https_proxy
value: "http://172.20.32.253:3128"
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service


Loading…
Cancel
Save