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
Copy file name to clipboardexpand all lines: helm/charts/example-idp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A Helm chart for deploying the reference implementation for the User Login and C
26
26
| ingress.tls | list |`[]`||
27
27
| nameOverride | string |`""`||
28
28
| nodeSelector | object |`{}`||
29
-
| resources | object |`{}`| We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi |
29
+
| resources | object |`{}`| We usually recommend not to specify default resources and to leave this as a conscious choice for the user. This also increases chances charts run on environments with little resources, such as Minikube. If you do want to specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi |
30
30
| service.annotations | object |`{}`| If you do want to specify annotations, uncomment the following lines, adjust them as necessary, and remove the curly braces after 'annotations:'. |
A Helm chart for deploying ORY Hydra in Kubernetes
6
6
@@ -47,9 +47,9 @@ A Helm chart for deploying ORY Hydra in Kubernetes
47
47
| deployment.automigration.extraEnv | list |`[]`| Array of extra envs to be passed to the initContainer. Kubernetes format is expected - name: FOO value: BAR |
| deployment.customLivenessProbe | object |`{}`| Configure a custom livenessProbe. This overwrites the default object |
51
-
| deployment.customReadinessProbe | object |`{}`| Configure a custom readinessProbe. This overwrites the default object |
52
-
| deployment.customStartupProbe | object |`{}`| Configure a custom startupProbe. This overwrites the default object |
50
+
| deployment.customLivenessProbe | object |`{}`| Configure a custom livenessProbe. This overwrites the default object |
51
+
| deployment.customReadinessProbe | object |`{}`| Configure a custom readinessProbe. This overwrites the default object |
52
+
| deployment.customStartupProbe | object |`{}`| Configure a custom startupProbe. This overwrites the default object |
53
53
| deployment.dnsConfig | object |`{}`| Configure pod dnsConfig. |
54
54
| deployment.extraContainers | string |`""`| If you want to add extra sidecar containers. |
55
55
| deployment.extraEnv | list |`[]`| Array of extra envs to be passed to the deployment. Kubernetes format is expected - name: FOO value: BAR |
@@ -92,10 +92,10 @@ A Helm chart for deploying ORY Hydra in Kubernetes
92
92
| hydra.automigration.type | string |`"job"`| Configure the way to execute database migration. Possible values: job, initContainer When set to job, the migration will be executed as a job on release or upgrade. When set to initContainer, the migration will be executed when kratos pod is created Defaults to job |
93
93
| hydra.config | object |`{"secrets":{},"serve":{"admin":{"port":4445},"public":{"port":4444},"tls":{"allow_termination_from":["10.0.0.0/8","172.16.0.0/12","192.168.0.0/16"]}},"urls":{"self":{}}}`| The ORY Hydra configuration. For a full list of available settings, check: https://www.ory.sh/docs/hydra/reference/configuration|
94
94
| hydra.config.secrets | object |`{}`| The secrets have to be provided as a string slice, example: system: - "OG5XbmxXa3dYeGplQXpQanYxeEFuRUFa" - "foo bar 123 456 lorem" - "foo bar 123 456 lorem 1" - "foo bar 123 456 lorem 2" - "foo bar 123 456 lorem 3" |
95
-
| hydra.dev | bool |`false`| Enable dev mode, not secure in production environments |
95
+
| hydra.dev | bool |`false`| Enable dev mode, not secure in production environments |
@@ -28,8 +28,8 @@ Access Control Policies as a Server
28
28
| deployment.automigration.extraEnv | list |`[]`| Array of extra envs to be passed to the initContainer. Kubernetes format is expected - name: FOO value: BAR |
29
29
| deployment.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPU":{},"targetMemory":{}}`| Autoscaling for keto deployment |
30
30
| deployment.customLivenessProbe | object |`{}`| Configure a custom livenessProbe. This overwrites the default object |
31
-
| deployment.customReadinessProbe | object |`{}`| Configure a custom readinessProbe. This overwrites the default object |
32
-
| deployment.customStartupProbe | object |`{}`| Configure a custom startupProbe. This overwrites the default object |
31
+
| deployment.customReadinessProbe | object |`{}`| Configure a custom readinessProbe. This overwrites the default object |
32
+
| deployment.customStartupProbe | object |`{}`| Configure a custom startupProbe. This overwrites the default object |
33
33
| deployment.dnsConfig | object |`{}`| Configure pod dnsConfig. |
34
34
| deployment.extraContainers | string |`""`| If you want to add extra sidecar containers. |
35
35
| deployment.extraEnv | list |`[]`| Array of extra Envs to be added to the deployment. K8s format expected - name: FOO value: BAR |
@@ -51,7 +51,7 @@ Access Control Policies as a Server
| keto.automigration.customArgs | list |`[]`| Ability to override arguments of the entrypoint. Can be used in-depended of customCommand eg: - sleep 5; - keto |
77
+
| keto.automigration.customArgs | list |`[]`| Ability to override arguments of the entrypoint. Can be used in-depended of customCommand eg: - sleep 5; - keto |
78
78
| keto.automigration.customCommand | list |`[]`| Ability to override the entrypoint of the automigration container (e.g. to source dynamic secrets or export environment dynamic variables) |
79
-
| keto.automigration.type | string |`"job"`| Configure the way to execute database migration. Possible values: job, initContainer When set to job, the migration will be executed as a job on release or upgrade. When set to initContainer, the migration will be executed when kratos pod is created Defaults to job |
79
+
| keto.automigration.type | string |`"job"`| Configure the way to execute database migration. Possible values: job, initContainer When set to job, the migration will be executed as a job on release or upgrade. When set to initContainer, the migration will be executed when kratos pod is created Defaults to job |
80
80
| keto.config | object |`{"dsn":"memory","namespaces":[{"id":0,"name":"sample"}],"serve":{"metrics":{"port":4468},"read":{"port":4466},"write":{"port":4467}}}`| Direct keto config. Full documentation can be found in https://www.ory.sh/keto/docs/reference/configuration|
0 commit comments