Skip to content

Commit

Permalink
Fix qgis image
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 committed Jan 5, 2023
1 parent 2ccc2b5 commit fe1a54e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ports: &common-ports

env: &common-env
JWT_COOKIE_CSRF_PROTECT:
value: 'True'
value: 'False'
JWT_SECRET_KEY:
type: secret
name: jwt-key-secret
Expand Down Expand Up @@ -107,25 +107,29 @@ qgis:
<<: *common-generic-stuff
service:
type: ClusterIP
servicePort: 8080
servicePort: 80
ports:
- name: http
port: 8080
port: 80
protocol: TCP
targetPort: http
volumes:
<<: *common-volumes
containers:
qgis:
image:
repository: camptocamp/qgis-server
tag: 3.22
repository: sourcepole/qwc-qgis-server
tag: 3.28.2
sha: ''
ports:
http:
containerPort: 8080
containerPort: 80
volumeMounts:
<<: *common-volume-mounts
/data:
name: v-qwc-data
subPath: qgs-resources
readOnly: true
env:
<<: *common-env

Expand Down Expand Up @@ -418,7 +422,7 @@ qwc:
uwsgi:
image:
repository: sourcepole/qwc-map-viewer-demo
tag: v2022.02.28
tag: v2022.10.06
sha: ''
ports:
<<: *common-ports
Expand All @@ -440,7 +444,7 @@ qwc:
uwsgi:
image:
repository: sourcepole/qwc-ogc-service
tag: v2022.01.27
tag: v2022.08.22
sha: ''
ports:
<<: *common-ports
Expand Down

0 comments on commit fe1a54e

Please sign in to comment.