Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit e853423

Browse files
authored
Merge pull request #11 from small-hack/proxy3
disable liveness probes for now on the proxy container
2 parents 190a884 + 027d80b commit e853423

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

charts/ghost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 1.11.2
21+
version: 1.12.0
2222

2323
# renovate: image=docker.io/ghost
2424
appVersion: "6.0.10"

charts/ghost/templates/proxy-deployment.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ spec:
3939
limits:
4040
memory: 256Mi
4141
cpu: 1000m
42-
livenessProbe:
43-
httpGet:
44-
path: /
45-
port: 80
46-
httpHeaders: []
47-
initialDelaySeconds: 3
48-
periodSeconds: 3
4942
volumes:
5043
- name: nginx-conf
5144
configMap:

0 commit comments

Comments
 (0)