EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b666e1f6 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing cache waiting period and service spec

parent 0d44ed12
No related branches found
No related tags found
1 merge request!55Production release 1.2.0
......@@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.8
version: 0.3.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
......
......@@ -73,9 +73,7 @@ spec:
- name: INSTANCE_ID
value: prism-view-server_cache
- name: WAIT_SERVICES
value: "{{ .Release.Name }}-database:{{ .Values.config.database.DB_PORT }} {{ include "vs.fullname" . }}-renderer"
- name: WAIT_TIMEOUT
value: "300"
value: "{{ .Release.Name }}-database:{{ .Values.config.database.DB_PORT }} {{ include "vs.fullname" . }}-renderer:80"
volumeMounts:
- mountPath: /mapcache-template.xml
name: cache-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment