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

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

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