Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions charts/data-processing-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ spec:
value: "{{ .Values.uid.poolSize }}"
- name: UID_MIN_POOL_SIZE
value: "{{ .Values.uid.minPoolSize }}"
- name: UID_USE_STORE_PROC
value: {{ .Values.uid.stordProcApplied | quote}}
- name: HIKARI_POOL_SIZE
value: "{{ .Values.hikari.poolSize }}"
- name: HIKARI_MINIMUM_IDLE
Expand All @@ -115,6 +117,10 @@ spec:
value: "{{ .Values.hikari.maxLifeTime }}"
- name: LEAK_DETECTION_THRESHOLD
value: "{{ .Values.hikari.leakDetectThresHold }}"
- name: DP_AUTH_URI
value: {{ .Values.authUri }}
- name: DP_SERVER_HOST
value: {{ .Values.ingressHost }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
6 changes: 5 additions & 1 deletion charts/data-processing-service/values-dts1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "dts"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.962d59b
tag: 1.0.1-SNAPSHOT-DP-07102025-1.04d7fa9

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -115,3 +115,7 @@ hikari:
uid:
poolSize: "5000"
minPoolSize: "1000"
stordProcApplied: true

authUri: "http://keycloak.default.svc.cluster.local/auth/realms/NBS"
ingressHost: "dataingestion.dts1.nbspreview.com"
7 changes: 5 additions & 2 deletions charts/data-processing-service/values-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ env: "feature"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT-DP-06102025-02.7d294e4
# 1.0.1-SNAPSHOT-DP-06032025-3.8fd1fed
tag: 1.0.1-SNAPSHOT-DP-07102025-1.04d7fa9

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -118,3 +117,7 @@ hikari:
uid:
poolSize: "5000"
minPoolSize: "1000"
stordProcApplied: true

authUri: "http://keycloak.default.svc.cluster.local/auth/realms/NBS"
ingressHost: "dataingestion.feature.nbspreview.com"
6 changes: 5 additions & 1 deletion charts/data-processing-service/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,8 @@ hikari:

uid:
poolSize: "5000"
minPoolSize: "1000"
minPoolSize: "1000"
stordProcApplied: true

authUri: "http://keycloak.default.svc.cluster.local/auth/realms/NBS"
ingressHost: "dataingestion.int1.nbspreview.com"
6 changes: 5 additions & 1 deletion charts/data-processing-service/values-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,8 @@ hikari:

uid:
poolSize: "5000"
minPoolSize: "1000"
minPoolSize: "1000"
stordProcApplied: true

authUri: ""
ingressHost: "dataingestion.dts1.nbspreview.com"