Skip to content

Commit

Permalink
fixed postgis to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisses committed Feb 26, 2022
1 parent 8775236 commit 52baf4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snippets/chapter4/attempt2/postgis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
value: banane
- name: POSTGRES_USER
value: postgres
image: postgis/postgis
image: postgis/postgis:12-master
name: postgis
ports:
- containerPort: 5432
2 changes: 1 addition & 1 deletion snippets/chapter4/attempt3/postgis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
value: banane
- name: POSTGRES_USER
value: postgres
image: postgis/postgis
image: postgis/postgis:12-master
name: postgis
ports:
- containerPort: 5432
2 changes: 1 addition & 1 deletion snippets/chapter4/attempt4/postgis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
value: banane
- name: POSTGRES_USER
value: postgres
image: postgis/postgis
image: postgis/postgis:12-master
name: postgis
ports:
- containerPort: 5432

0 comments on commit 52baf4d

Please sign in to comment.