Skip to content
Snippets Groups Projects
Commit 3e03354c authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

udpate

parent 01012208
No related branches found
No related tags found
No related merge requests found
Pipeline #125092 failed with stages
in 3 minutes and 15 seconds
...@@ -334,6 +334,7 @@ sync-zotero: ...@@ -334,6 +334,7 @@ sync-zotero:
before_script: before_script:
- *docker-login - *docker-login
script: script:
echo $MEILI_HOST"
- > - >
docker buildx build --pull -t "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA" docker buildx build --pull -t "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA"
--build-arg "BASE_URL=$BASE_URL" --build-arg "BASE_URL=$BASE_URL"
......
...@@ -10,5 +10,5 @@ spec: ...@@ -10,5 +10,5 @@ spec:
resources: resources:
requests: requests:
storage: 800Mi storage: 800Mi
storageClassName: isilon storageClassName: {{ .Values.storageClassName }}
volumeMode: Filesystem volumeMode: Filesystem
\ No newline at end of file
...@@ -25,3 +25,4 @@ autoscaling: ...@@ -25,3 +25,4 @@ autoscaling:
enabled: false enabled: false
storageClassName: isilon
\ No newline at end of file
...@@ -28,3 +28,5 @@ autoscaling: ...@@ -28,3 +28,5 @@ autoscaling:
targetCPUUtilizationPercentage: 80 targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80
storageClassName: ceph-block
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment