Parametrize probes (#310)
This PR addresses #307 by parametrizing Probes and moving them to values.yaml --------- Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
+23
-2
@@ -131,6 +131,8 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spiffe-csi-driver.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||
| spiffe-csi-driver.imagePullSecrets | list | `[]` | |
|
||||
| spiffe-csi-driver.kubeletPath | string | `"/var/lib/kubelet"` | |
|
||||
| spiffe-csi-driver.livenessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for livenessProbe |
|
||||
| spiffe-csi-driver.livenessProbe.timeoutSeconds | int | `5` | Timeout value in seconds for livenessProbe |
|
||||
| spiffe-csi-driver.nameOverride | string | `""` | |
|
||||
| spiffe-csi-driver.namespaceOverride | string | `""` | |
|
||||
| spiffe-csi-driver.nodeDriverRegistrar.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
|
||||
@@ -187,11 +189,15 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spiffe-oidc-discovery-provider.insecureScheme.nginx.image.tag | string | `"1.24.0-alpine"` | Overrides the image tag |
|
||||
| spiffe-oidc-discovery-provider.insecureScheme.nginx.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||
| spiffe-oidc-discovery-provider.insecureScheme.nginx.resources | object | `{}` | |
|
||||
| spiffe-oidc-discovery-provider.livenessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for livenessProbe |
|
||||
| spiffe-oidc-discovery-provider.livenessProbe.periodSeconds | int | `5` | Period seconds for livenessProbe |
|
||||
| spiffe-oidc-discovery-provider.nameOverride | string | `""` | |
|
||||
| spiffe-oidc-discovery-provider.namespaceOverride | string | `""` | |
|
||||
| spiffe-oidc-discovery-provider.nodeSelector | object | `{}` | |
|
||||
| spiffe-oidc-discovery-provider.podAnnotations | object | `{}` | |
|
||||
| spiffe-oidc-discovery-provider.podSecurityContext | object | `{}` | |
|
||||
| spiffe-oidc-discovery-provider.readinessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for readinessProbe |
|
||||
| spiffe-oidc-discovery-provider.readinessProbe.periodSeconds | int | `5` | Period seconds for readinessProbe |
|
||||
| spiffe-oidc-discovery-provider.replicaCount | int | `1` | |
|
||||
| spiffe-oidc-discovery-provider.resources | object | `{}` | |
|
||||
| spiffe-oidc-discovery-provider.securityContext | object | `{}` | |
|
||||
@@ -229,6 +235,8 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spire-agent.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||
| spire-agent.imagePullSecrets | list | `[]` | |
|
||||
| spire-agent.initContainers | list | `[]` | |
|
||||
| spire-agent.livenessProbe.initialDelaySeconds | int | `15` | Initial delay seconds for livenessProbe |
|
||||
| spire-agent.livenessProbe.periodSeconds | int | `60` | Period seconds for livenessProbe |
|
||||
| spire-agent.logLevel | string | `"info"` | The log level, valid values are "debug", "info", "warn", and "error" |
|
||||
| spire-agent.nameOverride | string | `""` | |
|
||||
| spire-agent.namespaceOverride | string | `""` | |
|
||||
@@ -236,6 +244,8 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spire-agent.podAnnotations | object | `{}` | |
|
||||
| spire-agent.podSecurityContext | object | `{}` | |
|
||||
| spire-agent.priorityClassName | string | `""` | Priority class assigned to daemonset pods |
|
||||
| spire-agent.readinessProbe.initialDelaySeconds | int | `15` | Initial delay seconds for readinessProbe |
|
||||
| spire-agent.readinessProbe.periodSeconds | int | `60` | Period seconds for readinessProbe |
|
||||
| spire-agent.resources | object | `{}` | |
|
||||
| spire-agent.securityContext | object | `{}` | |
|
||||
| spire-agent.server.address | string | `""` | |
|
||||
@@ -340,6 +350,10 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spire-server.ingress.tls | list | `[]` | |
|
||||
| spire-server.initContainers | list | `[]` | |
|
||||
| spire-server.jwtIssuer | string | `"oidc-discovery.example.org"` | The JWT issuer domain |
|
||||
| spire-server.livenessProbe.failureThreshold | int | `2` | Failure threshold count for livenessProbe |
|
||||
| spire-server.livenessProbe.initialDelaySeconds | int | `15` | Initial delay seconds for livenessProbe |
|
||||
| spire-server.livenessProbe.periodSeconds | int | `60` | Period seconds for livenessProbe |
|
||||
| spire-server.livenessProbe.timeoutSeconds | int | `3` | Timeout in seconds for livenessProbe |
|
||||
| spire-server.logLevel | string | `"info"` | The log level, valid values are "debug", "info", "warn", and "error" |
|
||||
| spire-server.nameOverride | string | `""` | |
|
||||
| spire-server.namespaceOverride | string | `""` | |
|
||||
@@ -352,6 +366,8 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spire-server.persistence.storageClass | string | `nil` | |
|
||||
| spire-server.podAnnotations | object | `{}` | |
|
||||
| spire-server.podSecurityContext | object | `{}` | |
|
||||
| spire-server.readinessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for readinessProbe |
|
||||
| spire-server.readinessProbe.periodSeconds | int | `5` | Period seconds for readinessProbe |
|
||||
| spire-server.replicaCount | int | `1` | SPIRE server currently runs with a sqlite database. Scaling to multiple instances will not work until we use an external database. |
|
||||
| spire-server.resources | object | `{}` | |
|
||||
| spire-server.securityContext | object | `{}` | |
|
||||
@@ -378,6 +394,11 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| spire-server.tornjak.service.annotations | object | `{}` | |
|
||||
| spire-server.tornjak.service.port | int | `10000` | |
|
||||
| spire-server.tornjak.service.type | string | `"ClusterIP"` | |
|
||||
| spire-server.tornjak.startupProbe.failureThreshold | int | `3` | |
|
||||
| spire-server.tornjak.startupProbe.initialDelaySeconds | int | `5` | Initial delay seconds for |
|
||||
| spire-server.tornjak.startupProbe.periodSeconds | int | `10` | |
|
||||
| spire-server.tornjak.startupProbe.successThreshold | int | `1` | |
|
||||
| spire-server.tornjak.startupProbe.timeoutSeconds | int | `5` | |
|
||||
| spire-server.trustDomain | string | `"example.org"` | Set the trust domain to be used for the SPIFFE identifiers |
|
||||
| spire-server.upstreamAuthority.certManager.enabled | bool | `false` | |
|
||||
| spire-server.upstreamAuthority.certManager.issuer_group | string | `"cert-manager.io"` | |
|
||||
@@ -416,10 +437,10 @@ Now you can interact with the Spire agent socket from your own application. The
|
||||
| tornjak-frontend.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
| tornjak-frontend.spireHealthCheck.enabled | bool | `true` | Enables the SPIRE Healthchecker indicator |
|
||||
| tornjak-frontend.startupProbe.enabled | bool | `true` | Enable startupProbe on Tornjak frontend container |
|
||||
| tornjak-frontend.startupProbe.failureThreshold | int | `6` | Failure threshold for startupProbe |
|
||||
| tornjak-frontend.startupProbe.failureThreshold | int | `6` | Failure threshold count for startupProbe |
|
||||
| tornjak-frontend.startupProbe.initialDelaySeconds | int | `5` | Initial delay seconds for startupProbe |
|
||||
| tornjak-frontend.startupProbe.periodSeconds | int | `10` | Period seconds for startupProbe |
|
||||
| tornjak-frontend.startupProbe.successThreshold | int | `1` | Success threshold for startupProbe |
|
||||
| tornjak-frontend.startupProbe.successThreshold | int | `1` | Success threshold count for startupProbe |
|
||||
| tornjak-frontend.startupProbe.timeoutSeconds | int | `5` | Timeout seconds for startupProbe |
|
||||
| tornjak-frontend.tolerations | list | `[]` | |
|
||||
| tornjak-frontend.topologySpreadConstraints | list | `[]` | |
|
||||
|
||||
Reference in New Issue
Block a user