Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHEE-699] Parallel Payee-Multi-Tenancy-Support in channel Transfer API #116

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion helm/ph-ee-engine/connector-channel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ spec:
selector:
app: ph-ee-connector-channel
sessionAffinity: None
type: ClusterIP
type: LoadBalancer
{{- end }}
4 changes: 3 additions & 1 deletion helm/ph-ee-engine/connector-mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ ingress:
deployment:
apiVersion: "apps/v1"
annotations:
deployTime: "{{ .Values.deployTime }}"
deployTime: "{{ .Values.deployTime }}"


2 changes: 1 addition & 1 deletion helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ camunda-platform:
- name: init-ph-ee-kafka-exporter
image: busybox:1.28
command: ['/bin/sh', '-c']
args: ['wget -O /exporters/ph-ee-kafka-exporter.jar "https://fynarfin.io/images/exporter-1.1.1-SNAPSHOT.jar"; ls -al /exporters/']
args: ['wget -O /exporters/ph-ee-kafka-exporter.jar "https://fynarfin.io/images/exporter-3.0.0-SNAPSHOT.jar"; ls -al /exporters/']
volumeMounts:
- name: exporters
mountPath: /exporters/
Expand Down