Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 43f283d838 |
@@ -337,7 +337,7 @@ spec:
|
|||||||
mountPath: /shared
|
mountPath: /shared
|
||||||
|
|
||||||
- name: metrics-http
|
- name: metrics-http
|
||||||
image: busybox:1.36
|
image: busybox:1.38
|
||||||
command: ["httpd", "-f", "-v", "-p", "9116", "-h", "/shared"]
|
command: ["httpd", "-f", "-v", "-p", "9116", "-h", "/shared"]
|
||||||
ports:
|
ports:
|
||||||
- name: metrics
|
- name: metrics
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ spec:
|
|||||||
fsGroup: 999
|
fsGroup: 999
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:18-alpine
|
image: postgres:16-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_USER
|
- name: POSTGRES_USER
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ spec:
|
|||||||
fsGroup: 999
|
fsGroup: 999
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:18-alpine
|
image: postgres:15-alpine
|
||||||
env:
|
env:
|
||||||
- name: POSTGRES_USER
|
- name: POSTGRES_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user