Skip to content

Commit

Permalink
public-enemy: add ressource for initContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Aug 6, 2024
1 parent d6a8a86 commit e38733a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/public-enemy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.10
version: 0.5.11
appVersion: "2.0.0"
2 changes: 2 additions & 0 deletions charts/public-enemy/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
command: ['sh', '-c',
until pg_isready -h {{ include "publicEnemy.postgresql.fullname" . }} -p {{ .Values.postgresql.auth.port}};
do echo waiting for database; sleep 2; done;]
resources:
{{- toYaml .Values.api.resources | nindent 12 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit e38733a

Please sign in to comment.