Skip to content

Commit

Permalink
Added resources to the postgiss chart
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Dec 26, 2024
1 parent 4b14568 commit 80e4b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/postgis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions charts/postgis/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 80e4b65

Please sign in to comment.