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
| nodeSelector | object |`{}`| see https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling|
88
88
| priorityClassName | string |`""`| Priority class for pod scheduling. see API reference: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass|
89
+
| readinessProbe.failureThreshold | int |`3`||
90
+
| readinessProbe.periodSeconds | int |`10`||
91
+
| readinessProbe.successThreshold | int |`1`||
92
+
| readinessProbe.timeoutSeconds | int |`1`||
89
93
| replicaCount | int |`1`| Set the number of athens-proxy replicas, unless autoscaling is enabled |
90
94
| resources | object |`{}`| Define resources for athens pods. see https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources|
91
95
| securityContext | object |`{}`| Container security context configuration. see API reference: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#securitycontext-v1-core. This will override the `image.runAsNonRoot` settings in the specified container if `runAsUser` or `runAsGroup` are set |
0 commit comments