11# tinyauth
22
3- ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v3.6.2 ] ( https://img.shields.io/badge/AppVersion-v3.6.2 -informational?style=flat-square )
3+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v4.0.0 ] ( https://img.shields.io/badge/AppVersion-v4.0.0 -informational?style=flat-square )
44
5- A Helm chart for Kubernetes
5+ The simplest way to protect your apps with a login screen.
66
77## Values
88
@@ -33,14 +33,20 @@ A Helm chart for Kubernetes
3333| ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
3434| ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
3535| ingress.tls | list | ` [] ` | |
36- | livenessProbe.httpGet.path | string | ` "/api/healthcheck " ` | |
36+ | livenessProbe.httpGet.path | string | ` "/api/health " ` | |
3737| livenessProbe.httpGet.port | string | ` "http" ` | |
3838| nameOverride | string | ` "" ` | |
3939| nodeSelector | object | ` {} ` | |
40+ | persistence.accessMode | string | ` "ReadWriteOnce" ` | |
41+ | persistence.annotations | object | ` {} ` | |
42+ | persistence.enabled | bool | ` false ` | |
43+ | persistence.mountPath | string | ` "/data" ` | |
44+ | persistence.size | string | ` "1Gi" ` | |
45+ | persistence.storageClass | string | ` "" ` | |
4046| podAnnotations | object | ` {} ` | |
4147| podLabels | object | ` {} ` | |
4248| podSecurityContext | object | ` {} ` | |
43- | readinessProbe.httpGet.path | string | ` "/api/healthcheck " ` | |
49+ | readinessProbe.httpGet.path | string | ` "/api/health " ` | |
4450| readinessProbe.httpGet.port | string | ` "http" ` | |
4551| replicaCount | int | ` 1 ` | |
4652| resources | object | ` {} ` | |
@@ -55,52 +61,42 @@ A Helm chart for Kubernetes
5561| tinyauth.general.appTitle | string | ` "" ` | |
5662| tinyauth.general.appUrl | string | ` "" ` | |
5763| tinyauth.general.backgroundImage | string | ` "" ` | |
58- | tinyauth.general.cookieSecure | bool | ` false ` | |
5964| tinyauth.general.disableContinue | bool | ` false ` | |
6065| tinyauth.general.forgotPasswordMessage | string | ` "" ` | |
61- | tinyauth.general.logLevel | int | ` 1 ` | |
66+ | tinyauth.general.logLevel | string | ` "info" ` | |
6267| tinyauth.general.loginMaxRetries | int | ` 5 ` | |
6368| tinyauth.general.loginTimeout | int | ` 300 ` | |
6469| tinyauth.general.oauthAutoRedirect | string | ` "" ` | |
6570| tinyauth.general.oauthWhitelist | string | ` "" ` | |
6671| tinyauth.general.port | int | ` 3000 ` | |
67- | tinyauth.general.secret | string | ` "" ` | |
68- | tinyauth.general.secretFile | string | ` "" ` | |
69- | tinyauth.general.secretSecretRef.key | string | ` "" ` | |
70- | tinyauth.general.secretSecretRef.name | string | ` "" ` | |
72+ | tinyauth.general.secureCookie | bool | ` false ` | |
7173| tinyauth.general.sessionExpiry | int | ` 86400 ` | |
7274| tinyauth.general.users | string | ` "" ` | |
7375| tinyauth.general.usersFile | string | ` "" ` | |
74- | tinyauth.generic.authUrl | string | ` "" ` | |
75- | tinyauth.generic.clientId | string | ` "" ` | |
76- | tinyauth.generic.clientSecret | string | ` "" ` | |
77- | tinyauth.generic.clientSecretFile | string | ` "" ` | |
78- | tinyauth.generic.clientSecretSecretRef.key | string | ` "" ` | |
79- | tinyauth.generic.clientSecretSecretRef.name | string | ` "" ` | |
80- | tinyauth.generic.name | string | ` "" ` | |
81- | tinyauth.generic.scopes | string | ` "" ` | |
82- | tinyauth.generic.skipSsl | bool | ` false ` | |
83- | tinyauth.generic.tokenUrl | string | ` "" ` | |
84- | tinyauth.generic.userUrl | string | ` "" ` | |
85- | tinyauth.github.clientId | string | ` "" ` | |
86- | tinyauth.github.clientSecret | string | ` "" ` | |
87- | tinyauth.github.clientSecretFile | string | ` "" ` | |
88- | tinyauth.github.clientSecretSecretRef.key | string | ` "" ` | |
89- | tinyauth.github.clientSecretSecretRef.name | string | ` "" ` | |
90- | tinyauth.google.clientId | string | ` "" ` | |
91- | tinyauth.google.clientSecret | string | ` "" ` | |
92- | tinyauth.google.clientSecretFile | string | ` "" ` | |
93- | tinyauth.google.clientSecretSecretRef.key | string | ` "" ` | |
94- | tinyauth.google.clientSecretSecretRef.name | string | ` "" ` | |
9576| tinyauth.ldap.address | string | ` "" ` | |
9677| tinyauth.ldap.baseDn | string | ` "" ` | |
9778| tinyauth.ldap.bindDn | string | ` "" ` | |
9879| tinyauth.ldap.bindPassword | string | ` "" ` | |
9980| tinyauth.ldap.bindPasswordSecretRef.key | string | ` "" ` | |
10081| tinyauth.ldap.bindPasswordSecretRef.name | string | ` "" ` | |
82+ | tinyauth.ldap.enabled | bool | ` false ` | |
10183| tinyauth.ldap.insecure | bool | ` false ` | |
10284| tinyauth.ldap.searchFilter | string | ` "(uid=%s)" ` | |
85+ | tinyauth.providers[ 0] .authUrl | string | ` "" ` | |
86+ | tinyauth.providers[ 0] .clientId | string | ` "" ` | |
87+ | tinyauth.providers[ 0] .clientSecret | string | ` "" ` | |
88+ | tinyauth.providers[ 0] .clientSecretFile | string | ` "" ` | |
89+ | tinyauth.providers[ 0] .clientSecretSecretRef.key | string | ` "" ` | |
90+ | tinyauth.providers[ 0] .clientSecretSecretRef.name | string | ` "" ` | |
91+ | tinyauth.providers[ 0] .id | string | ` "" ` | |
92+ | tinyauth.providers[ 0] .name | string | ` "" ` | |
93+ | tinyauth.providers[ 0] .scopes | string | ` "" ` | |
94+ | tinyauth.providers[ 0] .skipSsl | bool | ` false ` | |
95+ | tinyauth.providers[ 0] .tokenUrl | string | ` "" ` | |
96+ | tinyauth.providers[ 0] .userInfoUrl | string | ` "" ` | |
10397| tolerations | list | ` [] ` | |
10498| volumeMounts | list | ` [] ` | |
10599| volumes | list | ` [] ` | |
106100
101+ ----------------------------------------------
102+ Autogenerated from chart metadata using [ helm-docs v1.14.2] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
0 commit comments