You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
| livenessProbe | object |`{}`| to setup the liveness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/|
105
104
| nameOverride | string |`""`| This is to override the chart name. |
106
105
| nodeSelector | object |`{}`| node selector |
107
106
| persistence.accessModes | list |`[]`| accessModes for the PVC (ignored if persistence.existingClaim is set) |
@@ -111,10 +110,9 @@ A Helm chart for deploying Ghost on Kubernetes
111
110
| podLabels | object |`{}`| This is for setting Kubernetes Labels to a Pod. For more info checkout: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/|
| readinessProbe | object |`{}`| to setup the readinessProbe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/|
118
116
| replicaCount | int |`1`| This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/|
119
117
| resources | object |`{}`| pod resources: requested cpu/mem and limits for cpu/mem |
120
118
| securityContext | object |`{}`||
@@ -130,4 +128,4 @@ A Helm chart for deploying Ghost on Kubernetes
130
128
| volumes | list |`[]`| Additional volumes on the output Deployment definition. |
131
129
132
130
----------------------------------------------
133
-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
131
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments