Skip to content

Commit

Permalink
[MOSIP-35639] updated apitestrig & dslrig charts
Browse files Browse the repository at this point in the history
Signed-off-by: syed salman <[email protected]>
  • Loading branch information
syedsalman3753 committed Sep 6, 2024
1 parent 3236f5d commit 584b1ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/apitestrig/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ spec:
ports:
- name: spring-service
containerPort: {{ $.Values.springServicePort }}
{{- if $.Values.resources }}
resources: {{- toYaml $.Values.resources | nindent 14 }}
{{- end }}
volumeMounts:
{{- if $.Values.enable_insecure }}
- mountPath: /usr/local/openjdk-11/lib/security/cacerts
Expand Down
3 changes: 3 additions & 0 deletions charts/dslorchestrator/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ spec:
ports:
- name: spring-service
containerPort: {{ $.Values.springServicePort }}
{{- if $.Values.resources }}
resources: {{- toYaml $.Values.resources | nindent 14 }}
{{- end }}
volumeMounts:
- name: {{ template "common.names.fullname" $ }}
mountPath: {{ $.Values.persistence.mountDir }}
Expand Down

0 comments on commit 584b1ac

Please sign in to comment.