ci(bump): bump frontend image version for prod to 1.1.0
This commit is contained in:
parent
b0d64f2895
commit
94261d77dd
@ -8,7 +8,7 @@ frontend:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: frontend
|
name: frontend
|
||||||
tag: 1.0.0
|
tag: 1.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@ -46,8 +46,8 @@ frontend:
|
|||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: freeleaps.mathmast.com-cert
|
name: freeleaps.mathmast.com-cert
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
nginx.ingress.kubernetes.io/proxy-read-timeout: '3600'
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
nginx.ingress.kubernetes.io/proxy-send-timeout: '3600'
|
||||||
nginx.ingress.kubernetes.io/server-snippets: |-
|
nginx.ingress.kubernetes.io/server-snippets: |-
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
@ -59,7 +59,6 @@ frontend:
|
|||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
}
|
}
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
frontendPort: 8080
|
frontendPort: 8080
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user