From 8c931e68a8c2a2e0c333cb715d8083155bee060e Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 18 Jan 2022 00:10:23 +0000 Subject: [PATCH] Regenerate helm docs Tue Jan 18 00:10:23 UTC 2022 --- helm/charts/keto/README.md | 3 ++- helm/charts/kratos/README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/charts/keto/README.md b/helm/charts/keto/README.md index 518597525e..1b7f9f8704 100644 --- a/helm/charts/keto/README.md +++ b/helm/charts/keto/README.md @@ -27,7 +27,8 @@ Access Control Policies as a Server | autoscaling.maxReplicas | int | `100` | | | autoscaling.minReplicas | int | `1` | | | autoscaling.targetCPUUtilizationPercentage | int | `80` | | -| deployment | object | `{"livenessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10},"readinessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10}}` | Configure the probes for when the deployment is considered ready and ongoing health check | +| deployment | object | `{"annotations":{},"livenessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10},"readinessProbe":{"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":10}}` | Configure the probes for when the deployment is considered ready and ongoing health check | +| deployment.annotations | object | `{}` | Add custom annotations to the deployment | | extraEnv | list | `[]` | Array of extra Envs to be added to the deployment. K8s format expected - name: FOO value: BAR | | extraLabels | object | `{}` | Extra labels to be added to the deployment, and pods. K8s object format expected foo: bar my.special.label/type: value | | extraVolumeMounts | list | `[]` | Array of extra VolumeMounts to be added to the deployment. K8s format expected - name: my-volume mountPath: /etc/secrets/my-secret readOnly: true | diff --git a/helm/charts/kratos/README.md b/helm/charts/kratos/README.md index ab3265441b..df440288f4 100644 --- a/helm/charts/kratos/README.md +++ b/helm/charts/kratos/README.md @@ -74,11 +74,13 @@ A ORY Kratos Helm chart for Kubernetes | securityContext.runAsUser | int | `100` | | | service.admin.annotations | object | `{}` | If you do want to specify annotations, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'annotations:'. | | service.admin.enabled | bool | `true` | | +| service.admin.labels | object | `{}` | Provide custom labels. Use the same syntax as for annotations. | | service.admin.name | string | `"http"` | The service port name. Useful to set a custom service port name if it must follow a scheme (e.g. Istio) | | service.admin.port | int | `80` | | | service.admin.type | string | `"ClusterIP"` | | | service.public.annotations | object | `{}` | If you do want to specify annotations, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'annotations:'. | | service.public.enabled | bool | `true` | | +| service.public.labels | object | `{}` | Provide custom labels. Use the same syntax as for annotations. | | service.public.name | string | `"http"` | The service port name. Useful to set a custom service port name if it must follow a scheme (e.g. Istio) | | service.public.port | int | `80` | | | service.public.type | string | `"ClusterIP"` | |