Skip to content

Commit

Permalink
Update web ingress and deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 11, 2024
1 parent 82f607d commit b87c81f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ spec:
value: {{ .Values.web.env.ORGANIZATION_NAME | default "OpenStreetMap"}}
- name: WEBSITE_STATUS
value: {{ .Values.web.env.WEBSITE_STATUS | default "online"}}
- name: API_TIMEOUT
value: {{ .Values.web.env.API_TIMEOUT | default "30" | quote }}
- name: WEB_TIMEOUT
value: {{ .Values.web.env.WEB_TIMEOUT | default "30" | quote }}
volumeMounts:
- mountPath: /dev/shm
name: shared-memory
Expand Down
5 changes: 1 addition & 4 deletions osm-seed/templates/web/web-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod-issuer
nginx.ingress.kubernetes.io/proxy-body-size: 20m
nginx.ingress.kubernetes.io/proxy-connect-timeout: "600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
nginx.ingress.kubernetes.io/proxy-body-size: 100m
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit b87c81f

Please sign in to comment.