Skip to content
Snippets Groups Projects
Verified Commit 0619a640 authored by Martin Weise's avatar Martin Weise
Browse files

Updated search env

parent b01b3d42
No related branches found
No related tags found
1 merge request!371Hotfix the wrong user id, ref #480
...@@ -24,4 +24,6 @@ stringData: ...@@ -24,4 +24,6 @@ stringData:
OPENSEARCH_PORT: "{{ .Values.searchdb.port }}" OPENSEARCH_PORT: "{{ .Values.searchdb.port }}"
OPENSEARCH_USERNAME: "{{ .Values.searchdb.security.adminUsername }}" OPENSEARCH_USERNAME: "{{ .Values.searchdb.security.adminUsername }}"
OPENSEARCH_PASSWORD: "{{ .Values.searchdb.security.adminPassword }}" OPENSEARCH_PASSWORD: "{{ .Values.searchdb.security.adminPassword }}"
SYSTEM_USERNAME: "{{ .Values.identityservice.users }}"
SYSTEM_PASSWORD: "{{ .Values.identityservice.userPasswords }}"
{{- end }} {{- end }}
...@@ -112,7 +112,7 @@ authservice: ...@@ -112,7 +112,7 @@ authservice:
init: init:
image: image:
## @skip authservice.init.image.name ## @skip authservice.init.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.6.1
## @param authservice.init.resourcesPreset The container resource preset ## @param authservice.init.resourcesPreset The container resource preset
resourcesPreset: "nano" resourcesPreset: "nano"
## @param authservice.init.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## @param authservice.init.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
...@@ -383,7 +383,7 @@ analyseservice: ...@@ -383,7 +383,7 @@ analyseservice:
enabled: true enabled: true
image: image:
## @skip analyseservice.image.name ## @skip analyseservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.6.1
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: podSecurityContext:
## @param analyseservice.podSecurityContext.enabled Enable pods' Security Context ## @param analyseservice.podSecurityContext.enabled Enable pods' Security Context
...@@ -444,7 +444,7 @@ metadataservice: ...@@ -444,7 +444,7 @@ metadataservice:
enabled: true enabled: true
image: image:
## @skip metadataservice.image.name ## @skip metadataservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.6.1
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: podSecurityContext:
## @param metadataservice.podSecurityContext.enabled Enable pods' Security Context ## @param metadataservice.podSecurityContext.enabled Enable pods' Security Context
...@@ -541,7 +541,7 @@ dataservice: ...@@ -541,7 +541,7 @@ dataservice:
endpoint: http://data-service endpoint: http://data-service
image: image:
## @skip dataservice.image.name ## @skip dataservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.6.1
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: podSecurityContext:
## @param dataservice.podSecurityContext.enabled Enable pods' Security Context ## @param dataservice.podSecurityContext.enabled Enable pods' Security Context
...@@ -627,7 +627,7 @@ searchservice: ...@@ -627,7 +627,7 @@ searchservice:
endpoint: http://search-service endpoint: http://search-service
image: image:
## @skip searchservice.image.name ## @skip searchservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.6.1
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: podSecurityContext:
## @param searchservice.podSecurityContext.enabled Enable pods' Security Context ## @param searchservice.podSecurityContext.enabled Enable pods' Security Context
...@@ -674,7 +674,7 @@ searchservice: ...@@ -674,7 +674,7 @@ searchservice:
init: init:
image: image:
## @skip searchservice.init.image.name ## @skip searchservice.init.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.6.1
## @param searchservice.init.resourcesPreset The container resource preset ## @param searchservice.init.resourcesPreset The container resource preset
resourcesPreset: "nano" resourcesPreset: "nano"
## @param searchservice.init.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) ## @param searchservice.init.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
...@@ -735,7 +735,7 @@ storageservice: ...@@ -735,7 +735,7 @@ storageservice:
init: init:
image: image:
## @skip storageservice.init.image.name ## @skip storageservice.init.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.6.1
s3: s3:
## @param storageservice.init.s3.endpoint The S3-capable endpoint the microservice connects to. ## @param storageservice.init.s3.endpoint The S3-capable endpoint the microservice connects to.
endpoint: http://storage-service-s3:8333 endpoint: http://storage-service-s3:8333
...@@ -844,7 +844,7 @@ ui: ...@@ -844,7 +844,7 @@ ui:
enabled: true enabled: true
image: image:
## @skip ui.image.name ## @skip ui.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.6.1rc4 name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.6.1
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: podSecurityContext:
## @param ui.podSecurityContext.enabled Enable pods' Security Context ## @param ui.podSecurityContext.enabled Enable pods' Security Context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment