File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: Klass-api build and deploy
22
33on :
44 pull_request :
5- release :
6- types : [ published ]
7- push :
8- branches :
9- - nais-migration
10- paths :
11- - " klass-api/**"
12- - " klass-shared/**"
13- - " .nais/**/klass-api.yaml"
14- - " .github/workflows/klass-api-build-and-deploy.yaml"
5+ # release:
6+ # types: [ published ]
7+ # push:
8+ # branches:
9+ # - nais-migration
10+ # paths:
11+ # - "klass-api/**"
12+ # - "klass-shared/**"
13+ # - ".nais/**/klass-api.yaml"
14+ # - ".github/workflows/klass-api-build-and-deploy.yaml"
1515
1616jobs :
1717 docker-build :
Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ spec:
2828 - name : klass
2929 env :
3030 - name : SPRING_PROFILES_ACTIVE
31- value : api, postgres
31+ value : api, postgres, solr-remote
3232 - name : SPRING_DATA_SOLR_HOST
3333 value : http://klass-solr/solr
34-
34+ - name : KLASS_ENV_SEARCH_SOLR_INSTANCE
35+ value : klass-solr
36+ - name : KLASS_ENV_SEARCH_SOLR_PORT
37+ value : " 8983"
3538
3639 accessPolicy :
3740 outbound :
You can’t perform that action at this time.
0 commit comments