Compare commits
4 Commits
410ba6235e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b4b29395a6 | |||
| c491ff60bf | |||
| 4cc387ad4d | |||
| d79ac7797f |
@@ -28,7 +28,7 @@ spec:
|
|||||||
app.kubernetes.io/name: lavinmq
|
app.kubernetes.io/name: lavinmq
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: cloudamqp/lavinmq:2.8.1@sha256:f8de25bc25d566381deb31020a9bdc0d4b6f02910bf3d889873c787a6cc5476d
|
- image: cloudamqp/lavinmq:2.8.2@sha256:553d2b070c6d3749b97371130ea6706066bda5e97fddd2d536d5b12faee5aa8b
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:18.4-alpine@sha256:96d56f7f57c6aacd1fcb908bc83b345ec5f83231ee486dd66a1baadce274db88
|
image: postgres:18.4-alpine@sha256:1b1689b20d16a014a3d195653381cf2caa75a41a92d93b255a9d6ea29fd353aa
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- shared_buffers=384MB
|
- shared_buffers=384MB
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ helmCharts:
|
|||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
releaseName: traefik
|
releaseName: traefik
|
||||||
repo: https://traefik.github.io/charts
|
repo: https://traefik.github.io/charts
|
||||||
version: 40.3.0
|
version: 41.0.0
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user