6 Commits

Author SHA1 Message Date
9ad940880c Update rancher/mirrored-library-traefik Docker tag to v3 2026-01-11 03:08:53 +00:00
5a3a7195ad Reduce grist mempry limit
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-10 13:23:06 +00:00
ebdfff210b Rollback grist again
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-10 13:22:29 +00:00
26ba76b463 Update grist for testing
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-10 13:19:46 +00:00
8440f9e1cb Rollback grist
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-10 13:12:06 +00:00
92f1a74b93 Increase grist memory limit
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2026-01-10 13:07:28 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: grist - name: grist
image: gristlabs/grist-oss:1.7.9 image: gristlabs/grist-oss:1.7.8
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https - --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:2.11.34 image: rancher/mirrored-library-traefik:3.6.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3