Skip to content
Snippets Groups Projects
Commit dceec3e4 authored by Silvia Witzig's avatar Silvia Witzig
Browse files

use alias for bgs

parent a2f879f7
No related branches found
Tags 3.0.9-swisscollections
No related merge requests found
Pipeline #191316 passed
......@@ -17,11 +17,11 @@ spec:
tier: web
annotations:
#don't forget to update tag in vufind and nginx container !!!
kubernetes.io/change-cause: "Deploy 3.0.7"
kubernetes.io/change-cause: "Deploy 3.0.9"
spec:
containers:
# Our PHP-FPM application
- image: cr.gitlab.switch.ch/swissbib/swisscollections/vufind:3.0.7-swisscollections
- image: cr.gitlab.switch.ch/swissbib/swisscollections/vufind:3.0.9-swisscollections
name: vufind
imagePullPolicy: Always
envFrom:
......@@ -44,7 +44,7 @@ spec:
# Our nginx container, which uses the configuration declared above,
# along with the files shared with the PHP-FPM app.
- name: nginx
image: cr.gitlab.switch.ch/swissbib/swisscollections/vufind:nginx-3.0.7-swisscollections
image: cr.gitlab.switch.ch/swissbib/swisscollections/vufind:nginx-3.0.9-swisscollections
imagePullPolicy: Always
ports:
- containerPort: 80
......
......@@ -11,7 +11,7 @@ timeout = 30
; https://solr1.ub.unibas.ch/solr for cluster 1
; https://solr2.ub.unibas.ch/solr for cluster 2
url = https://solr2.ub.unibas.ch/solr
default_core = swisscollections-v25
default_core = swisscollections
[Database]
@include = './../../../../private_config_values/private_config_swisscollections_prod_database.conf' ; 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