|
1 | 1 | # ghost |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for deploying Ghost on Kubernetes |
6 | 6 |
|
@@ -40,6 +40,7 @@ A Helm chart for deploying Ghost on Kubernetes |
40 | 40 | | activity_pub.service.port | int | `8080` | sets the ActivityPub ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports | |
41 | 41 | | activity_pub.service.targetPort | int | `8080` | port in the ActivityPub container you want to contact | |
42 | 42 | | activity_pub.service.type | string | `"ClusterIP"` | sets the ActivityPub service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types | |
| 43 | +| activity_pub.skipSignatureVerfication | bool | `false` | not sure what this does. found it in a docker compose | |
43 | 44 | | activity_pub.useMq | bool | `false` | use MQ | |
44 | 45 | | affinity | object | `{}` | pod or node affinity | |
45 | 46 | | autoscaling.enabled | bool | `false` | enable autoscaling | |
@@ -69,6 +70,7 @@ A Helm chart for deploying Ghost on Kubernetes |
69 | 70 | | ghost.admin.secretKeys.username | string | `""` | Key in existing Kubernetes Secret with the admin username. | |
70 | 71 | | ghost.admin.username | string | `""` | admin username. ignored if existingSecret not "" | |
71 | 72 | | ghost.admin_domain | string | `""` | admin domain of the ghost blog, used for admin portal (must NOT include http:// or https://) e.g. admin.blog.example.com | |
| 73 | +| ghost.admin_url | string | `""` | public admin url of the ghost blog (must INCLUDE http:// or https://) e.g. https://admin.blog.example.com | |
72 | 74 | | ghost.blog_title | string | `""` | title of your ghost blog | |
73 | 75 | | ghost.domain | string | `""` | domain of the ghost blog (must NOT include http:// or https://) e.g. blog.example.com | |
74 | 76 | | ghost.enable_https | bool | `false` | enable HTTPS for the ghost blog | |
|
0 commit comments