提交 e0949f31 authored 作者: wufeng's avatar wufeng

registry.cn-beijing.aliyuncs.com/hede/common-h5:uat-7-20220621

上级 bb65243c
......@@ -148,13 +148,13 @@ spec:
- name: common-h5
securityContext:
{}
image: "registry-vpc.cn-beijing.aliyuncs.com/hede/common-h5:uat-3-20220414"
image: "registry-vpc.cn-beijing.aliyuncs.com/hede/common-h5:uat-7-20220621"
imagePullPolicy: Always
env:
- name: APPNAME
value: common-h5
- name: APP_LOG_PATH
value: /app/logs
value: /var/log/nginx
- name: JAVA_OPTS
value: -server -Xms1024m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=2048m -Dfile.encoding=utf-8
-Duser.timezone=GMT+8
......@@ -207,7 +207,7 @@ spec:
name: http
protocol: TCP
volumeMounts:
- mountPath: /app/logs
- mountPath: /var/log/nginx
name: logdata
resources:
{}
......@@ -259,6 +259,9 @@ metadata:
annotations:
kubernetes.io/ingress.class: ack-nginx
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "900"
nginx.ingress.kubernetes.io/proxy-read-timeout: "900"
nginx.ingress.kubernetes.io/proxy-send-timeout: "900"
spec:
tls:
- hosts:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论