Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9bf243dc0440af33a4505311c241e4005c280c44
Authored by
viktor
2020-05-26 16:25:04 +0300
1 parent
13a08a94
Changed postgres image version to 12
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
k8s/postgres.yml
k8s/postgres.yml
View file @
9bf243d
...
...
@@ -51,7 +51,7 @@ spec:
51
51
containers
:
52
52
-
name
:
postgres
53
53
imagePullPolicy
:
Always
54
-
image
:
postgres:1
0
54
+
image
:
postgres:1
2
55
55
ports
:
56
56
-
containerPort
:
5432
57
57
name
:
postgres
...
...