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
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ spec:
|
|||||||
echo "PostgreSQL is ready!"
|
echo "PostgreSQL is ready!"
|
||||||
containers:
|
containers:
|
||||||
- name: server
|
- name: server
|
||||||
image: codewithcj/sparkyfitness_server:v0.16.9
|
image: codewithcj/sparkyfitness_server:v0.16.8
|
||||||
env:
|
env:
|
||||||
# ---- Database (owner / superuser role, used for migrations) ----
|
# ---- Database (owner / superuser role, used for migrations) ----
|
||||||
- name: SPARKY_FITNESS_DB_HOST
|
- name: SPARKY_FITNESS_DB_HOST
|
||||||
|
|||||||
Reference in New Issue
Block a user