Skip to content

Commit

Permalink
add imagePullSecret (#61)
Browse files Browse the repository at this point in the history
* add imagePullSecret

* add mojaloop postman SIT Env and collection link

* mojaloop SIT env

---------

Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Jan 30, 2023
1 parent fb3c550 commit 01b65be
Show file tree
Hide file tree
Showing 16 changed files with 970 additions and 0 deletions.
940 changes: 940 additions & 0 deletions PostmanCollections/Environment/Mojaloop-SIT_environment.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Payment Hub Enterprise Edition middleware for integration to real-time payment s
## Auto-Trigger ph-ee-env-template
- trigger pipeline on commit/push (check)

## MojaloopHub_Setup.postman_collection.json
- [Mojaloop postman collection ] (https://github.com/mojaloop/postman)
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-ams-paygops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.paygops_connector.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-ams-paygops
image: "{{ .Values.paygops_connector.image }}:{{ .Values.paygops_connector.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-ams-roster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.roster_connector.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-ams-roster
image: "{{ .Values.roster_connector.image }}:{{ .Values.roster_connector.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-bulk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.connector_bulk.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-bulk
image: "{{ .Values.connector_bulk.image }}:{{ .Values.connector_bulk.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.channel.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-channel
image: "{{ .Values.channel.image }}:{{ .Values.channel.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-gsma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.ph_ee_connector_gsma.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-gsma-mm
image: "{{ .Values.ph_ee_connector_gsma.image }}:{{ .Values.ph_ee_connector_gsma.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-mojaloop-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.ph_ee_connector_mojaloop.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
imagePullSecrets:
- name: regcred
containers:
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-mpesa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.mpesa.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-mpesa
image: "{{ .Values.mpesa.image }}:{{ .Values.mpesa.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.notifications.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-notifications
image: "{{ .Values.notifications.image }}:{{ .Values.notifications.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/connector-slcb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.ph_ee_connector_slcb.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-connector-slcb-mm
image: "{{ .Values.ph_ee_connector_slcb.image }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/operations-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.operations_app.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-operations-app
image: "{{ .Values.operations_app.image }}:{{ .Values.operations_app.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/operations-importer-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
labels:
app: ph-ee-importer-es
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-importer-es
image: "{{ .Values.importer_es.image }}:{{ .Values.importer_es.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/operations-importer-rdbms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.importer_rdbms.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-importer-rdbms
image: "{{ .Values.importer_rdbms.image }}:{{ .Values.importer_rdbms.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/operations-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.operations_web.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-operations-web
image: "{{ .Values.operations_web.image }}:{{ .Values.operations_web.imageTag }}"
Expand Down
2 changes: 2 additions & 0 deletions helm/ph-ee-engine/templates/zeebe-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{ toYaml .Values.zeebe_ops.deployment.annotations | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: "{{ .Values.imagePullSecrets }}"
containers:
- name: ph-ee-zeebe-ops
image: "{{ .Values.zeebe_ops.image }}:{{ .Values.zeebe_ops.imageTag }}"
Expand Down

0 comments on commit 01b65be

Please sign in to comment.