Skip to content

Commit

Permalink
feat(bpn): adjust bpn access configuration (#426)
Browse files Browse the repository at this point in the history
Refs: eclipse-tractusx/portal-backend#901
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Sep 11, 2024
1 parent fbe4d39 commit 8f7b334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ spec:
value: "{{ .Values.backend.processesworker.mailing.encryptionConfigs.index0.cipherMode }}"
- name: "MAILINGPROCESSCREATION__ENCRYPTIONCONFIGS__0__PADDINGMODE"
value: "{{ .Values.backend.processesworker.mailing.encryptionConfigs.index0.paddingMode }}"
- name: "BPNACCESS__BASEADDRESS"
value: "{{ .Values.bpdm.poolAddress }}{{ .Values.bpdm.poolApiPath }}"
ports:
- name: http
containerPort: {{ .Values.portContainer }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
{{- end }}
- name: "DATABASEACCESS__PORTAL__DATABASESCHEMA"
value: "{{ .Values.backend.dbConnection.schema }}"
- name: "BPN_ADDRESS"
- name: "BPNACCESS__BASEADDRESS"
value: "{{ .Values.bpdm.poolAddress }}{{ .Values.bpdm.poolApiPath }}"
- name: "HEALTHCHECKS__0__PATH"
value: "{{ .Values.backend.healthChecks.startup.path}}"
Expand Down

0 comments on commit 8f7b334

Please sign in to comment.