Skip to content

Commit 27b094e

Browse files
committed
use klass solr for now
1 parent d9194e6 commit 27b094e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.nais/test/klass-api-dev.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ spec:
2323
memory: 1400Mi
2424
env:
2525
- name: SPRING_PROFILES_ACTIVE
26-
value: api, postgres-open-search, remote-open-search
26+
value: api, postgres, solr-remote, skip-indexing
27+
- name: SPRING_DATA_SOLR_HOST
28+
value: http://klass-solr/solr
2729
- name: KLASS_ENV_CLIENT_KLASS_MAIL_URL
2830
value: http://klass-mail
2931
- name: JAVA_TOOL_OPTIONS
@@ -36,6 +38,7 @@ spec:
3638
accessPolicy:
3739
outbound:
3840
rules:
41+
- application: klass-solr
3942
- application: klass-mail
4043
openSearch:
4144
access: readwrite

0 commit comments

Comments
 (0)