Skip to content

Commit

Permalink
WIP: update search
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Dec 3, 2024
1 parent 1ebc662 commit 9d6b386
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions helm-chart/renku/templates/search/search-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ spec:
value: "false"
- name: "RS_JWT_ALLOWED_ISSUER_URL_PATTERNS"
value: "{{ include "renku.keycloakUrl" . }}*/*"
- name: "RS_SENTRY_DSN"
value: "https://[email protected]/14"
- name: "RS_SENTRY_ENV"
value: "prod"
- name: "RS_SENTRY_ENABLED"
value: "true"
- name: JAVA_OPTS
value: "-Xmx{{ .Values.search.searchApi.jvmXmx }} -XX:+UseZGC -XX:+ZGenerational"
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
value: "500ms"
- name: RS_SOLR_LOG_MESSAGE_BODIES
value: "false"
- name: "RS_SENTRY_DSN"
value: "https://[email protected]/14"
- name: "RS_SENTRY_ENV"
value: "prod"
- name: "RS_SENTRY_ENABLED"
value: "true"
- name: JAVA_OPTS
value: "-Xmx{{ .Values.search.searchProvision.jvmXmx }} -XX:+UseZGC -XX:+ZGenerational"
ports:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ search:
replicas: 1
image:
repository: renku/search-api
tag: "0.6.2"
tag: "50a010111505"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1394,7 +1394,7 @@ search:
replicas: 1
image:
repository: renku/search-provision
tag: "0.6.2"
tag: "50a010111505"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 9d6b386

Please sign in to comment.