Browse Source

label studio导出测试

dev-credits
chenzhihang 11 months ago
parent
commit
f17aeb904e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      k8s/template-yaml/k8s-7management.yaml

+ 4
- 0
k8s/template-yaml/k8s-7management.yaml View File

@@ -23,6 +23,10 @@ spec:
value: Asia/Shanghai value: Asia/Shanghai
- name: JAVA_TOOL_OPTIONS - name: JAVA_TOOL_OPTIONS
value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005" value: "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
- name: HTTP_PROXY
value: "http://172.20.32.253:3128"
- name: HTTPS_PROXY
value: "http://172.20.32.253:3128"
ports: ports:
- containerPort: 9213 - containerPort: 9213
volumeMounts: volumeMounts:


Loading…
Cancel
Save