diff --git a/charts/postgis/Chart.yaml b/charts/postgis/Chart.yaml index 9d8a1ed..168b2b7 100644 --- a/charts/postgis/Chart.yaml +++ b/charts/postgis/Chart.yaml @@ -4,4 +4,4 @@ description: 'PostgreSQL 12 database with PostGIS 3.4 installed.' icon: https://postgis.net/brand.svg name: 'postgis' type: 'application' -version: 0.2.3 +version: 0.2.4 diff --git a/charts/postgis/templates/deployment.yaml b/charts/postgis/templates/deployment.yaml index 9c9e7ba..1c5ef02 100755 --- a/charts/postgis/templates/deployment.yaml +++ b/charts/postgis/templates/deployment.yaml @@ -39,6 +39,8 @@ spec: - name: postgis containerPort: 5432 hostPort: {{ .Values.service.port | int }} + resources: + {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - name: postgis-persistent-storage mountPath: '/var/lib/postgresql/data'