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
| daemonset.image.repository | The repository name |`postfinance/kubenurse`|
100
-
| daemonset.image.tag | The tag/ version of the image |`v1.4.0`|
101
-
| daemonset.podLabels | Additional labels to be added to the pods of the daemonset |`[]`|
102
-
| daemonset.podAnnotations | Additional annotations to be added to the pods of the daemonset |`[]`|
103
-
| daemonset.podSecurityContext | The security context of the daemonset |`{}`|
104
-
| daemonset.priorityClassName | The priority class name for the daemonset pods |`""`|
105
-
| daemonset.containerSecurityContext | The security context of the containers within the pods of the daemonset |`{}`|
106
-
| daemonset.containerResources | The container resources of the containers within the pods of the daemonset |`{}`|
107
-
| daemonset.containerImagePullPolicy | The container image pull policy the pods of the daemonset |`IfNotPresent`|
108
-
| daemonset.tolerations | The tolerations of the daemonset | See Default tolerations below |
109
-
| daemonset.dnsConfig | Specifies the DNS parameters of the pods in the daemonset |`{}`|
110
-
| daemonset.volumeMounts | Additional volumeMounts to be added to the pods of the daemonset |`[]`|
111
-
| daemonset.volumes | Additional volumes to be added to the daemonset |`[]`|
112
-
| serviceMonitor.enabled | Adds a ServiceMonitor for use with [Prometheus-operator](https://github.com/prometheus-operator/prometheus-operator)|`false`|
113
-
| serviceMonitor.labels | Additional labels to be added to the ServiceMonitor |`{}`|
114
-
| serviceMonitor.relabelings | Additional relabelings to be added to the endpoint of the ServiceMonitor |`[]`|
115
-
| serviceAccount.name | The name of the service account which is used |`Release.Name`|
116
-
| service.name | The name of service which exposes the kubenurse application |`8080-8080`|
117
-
| service.port | The port number of the service |`8080`|
118
-
| service.labels | Additional labels to be added to the Service ||
119
-
| ingress.enabled | Enable/ Disable the ingress |`true`|
120
-
| ingress.className | The classname of the ingress controller (e.g. the nginx ingress controller) |`nginx`|
121
-
| ingress.url | The url of the ingress; e.g. kubenurse.westeurope.cloudapp.example.com |`dummy-kubenurse.example.com`|
122
-
| insecure | Set `KUBENURSE_INSECURE` environment variable |`true`|
| daemonset.image.repository | The repository name |`postfinance/kubenurse`|
100
+
| daemonset.image.tag | The tag/ version of the image |`v1.4.0`|
101
+
| daemonset.podLabels | Additional labels to be added to the pods of the daemonset |`[]`|
102
+
| daemonset.podAnnotations | Additional annotations to be added to the pods of the daemonset |`[]`|
103
+
| daemonset.podSecurityContext | The security context of the daemonset |`{}`|
104
+
| daemonset.priorityClassName | The priority class name for the daemonset pods |`""`|
105
+
| daemonset.containerSecurityContext | The security context of the containers within the pods of the daemonset |`{}`|
106
+
| daemonset.containerResources | The container resources of the containers within the pods of the daemonset |`{}`|
107
+
| daemonset.containerImagePullPolicy | The container image pull policy the pods of the daemonset |`IfNotPresent`|
108
+
| daemonset.tolerations | The tolerations of the daemonset | See Default tolerations below |
109
+
| daemonset.dnsConfig | Specifies the DNS parameters of the pods in the daemonset |`{}`|
110
+
| daemonset.volumeMounts | Additional volumeMounts to be added to the pods of the daemonset |`[]`|
111
+
| daemonset.volumes | Additional volumes to be added to the daemonset |`[]`|
112
+
| daemonset.rollingUpdate.maxUnavailable | The maximum number of DaemonSet pods that can be unavailable during the update |`34%`|
113
+
| daemonset.rollingUpdate.maxSurge | The maximum number of nodes with an existing available DaemonSet pod that can have an updated pod during an update ||
114
+
| serviceMonitor.enabled | Adds a ServiceMonitor for use with [Prometheus-operator](https://github.com/prometheus-operator/prometheus-operator)|`false`|
115
+
| serviceMonitor.labels | Additional labels to be added to the ServiceMonitor |`{}`|
116
+
| serviceMonitor.relabelings | Additional relabelings to be added to the endpoint of the ServiceMonitor |`[]`|
117
+
| serviceAccount.name | The name of the service account which is used |`Release.Name`|
118
+
| service.name | The name of service which exposes the kubenurse application |`8080-8080`|
119
+
| service.port | The port number of the service |`8080`|
120
+
| service.labels | Additional labels to be added to the Service ||
121
+
| ingress.enabled | Enable/ Disable the ingress |`true`|
122
+
| ingress.className | The classname of the ingress controller (e.g. the nginx ingress controller) |`nginx`|
123
+
| ingress.url | The url of the ingress; e.g. kubenurse.westeurope.cloudapp.example.com |`dummy-kubenurse.example.com`|
124
+
| insecure | Set `KUBENURSE_INSECURE` environment variable |`true`|
0 commit comments