Skip to content
Snippets Groups Projects
Verified Commit 90e108e9 authored by David Hoese's avatar David Hoese
Browse files

Convert GCP postgis to non-persistent

parent 5d7a77c6
No related branches found
No related tags found
No related merge requests found
......@@ -32,20 +32,20 @@ gcp create geotiff storage:
- ci_gcp/geotiff-pvc.yaml
- if: $CREATE_STORAGE
gcp create postgres storage:
extends: .helm_based_job
stage: create storage
script:
- ns=$(./helpers/get_namespace.sh)
- ./helpers/create_pvc.sh "$ns" "ci_gcp/postgres-pvc.yaml" "geosphere-postgis"
# this job doesn't actually need any artifacts from previous jobs
dependencies: []
rules:
- if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
when: never
- changes:
- ci_gcp/postgres-pvc.yaml
- if: $CREATE_STORAGE
#gcp create postgres storage:
# extends: .helm_based_job
# stage: create storage
# script:
# - ns=$(./helpers/get_namespace.sh)
# - ./helpers/create_pvc.sh "$ns" "ci_gcp/postgres-pvc.yaml" "geosphere-postgis"
# # this job doesn't actually need any artifacts from previous jobs
# dependencies: []
# rules:
# - if: $CI_COMMIT_TAG !~ /^gcp-r[0-9]+_[0-9]+/
# when: never
# - changes:
# - ci_gcp/postgres-pvc.yaml
# - if: $CREATE_STORAGE
gcp create shapefile storage:
extends: .helm_based_job
......
......@@ -2,7 +2,11 @@ postgresqlDatabase: "postgres"
postgresqlExtendedConf:
sharedBuffers: "512MB"
persistence:
enabled: true
existingClaim: "geosphere-postgis"
enabled: false
# existingClaim: "geosphere-postgis"
metrics:
enabled: false
primary:
nodeSelector:
geosphere-node: database
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