@@ -73,7 +73,8 @@ Below is a summary table of configurable values from values.yaml.
7373| fileServer.deployment.strategy.rollingUpdate.maxUnavailable | int | 1 | Max unavailable during rolling update. |
7474| fileServer.deployment.strategy.rollingUpdate.maxSurge | int | 0 | Max surge during rolling update. |
7575| fileServer.deployment.envFrom | list | [ ] | envFrom sources for file server. |
76- | fileServer.deployment.securityContext | object | {} | Pod securityContext for file server. |
76+ | fileServer.deployment.securityContext | object | {} | Pod container securityContext for file server. |
77+ | fileServer.deployment.podSecurityContext | object | {} | Pod securityContext for file server. |
7778| fileServer.deployment.affinity | object | {} | Affinity rules for file server. |
7879| fileServer.deployment.tolerations | list | [ ] | Tolerations for file server. |
7980| fileServer.deployment.nodeSelector | object | {} | Node selector for file server. |
@@ -111,7 +112,8 @@ Below is a summary table of configurable values from values.yaml.
111112| aggregator.cronjob.env | object | {} | Environment variables for aggregator. |
112113| aggregator.cronjob.envValueFrom | object | {} | env valueFrom references for aggregator. |
113114| aggregator.cronjob.envFrom | list | [ ] | envFrom sources for aggregator. |
114- | aggregator.cronjob.securityContext | object | {} | Pod securityContext for aggregator. |
115+ | aggregator.cronjob.securityContext | object | {} | Pod container securityContext for aggregator. |
116+ | aggregator.cronjob.podSecurityContext | object | {} | Pod securityContext for aggregator. |
115117| aggregator.cronjob.affinity | object | {} | Affinity rules for aggregator. |
116118| aggregator.cronjob.tolerations | list | [ ] | Tolerations for aggregator. |
117119| aggregator.cronjob.nodeSelector | object | {} | Node selector for aggregator. |
@@ -149,7 +151,8 @@ Below is a summary table of configurable values from values.yaml.
149151| frontend.deployment.strategy.rollingUpdate.maxUnavailable | int | 0 | Max unavailable during rolling update. |
150152| frontend.deployment.strategy.rollingUpdate.maxSurge | int | 1 | Max surge during rolling update. |
151153| frontend.deployment.envFrom | list | [ ] | envFrom sources for frontend. |
152- | frontend.deployment.securityContext | object | {} | Pod securityContext for frontend. |
154+ | frontend.deployment.securityContext | object | {} | Pod container securityContext for frontend. |
155+ | frontend.deployment.podSecurityContext | object | {} | Pod securityContext for frontend. |
153156| frontend.deployment.affinity | object | {} | Affinity rules for frontend. |
154157| frontend.deployment.tolerations | list | [ ] | Tolerations for frontend. |
155158| frontend.deployment.nodeSelector | object | {} | Node selector for frontend. |
@@ -209,7 +212,8 @@ Below is a summary table of configurable values from values.yaml.
209212| api.deployment.strategy.rollingUpdate.maxUnavailable | int | 0 | Max unavailable during rolling update. |
210213| api.deployment.strategy.rollingUpdate.maxSurge | int | 1 | Max surge during rolling update. |
211214| api.deployment.envFrom | list | [ ] | envFrom sources for API. |
212- | api.deployment.securityContext | object | {} | Pod securityContext for API. |
215+ | api.deployment.securityContext | object | {} | Pod container securityContext for API. |
216+ | api.deployment.podSecurityContext | object | {} | Pod securityContext for API. |
213217| api.deployment.affinity | object | {} | Affinity rules for API. |
214218| api.deployment.tolerations | list | [ ] | Tolerations for API. |
215219| api.deployment.nodeSelector | object | {} | Node selector for API. |
0 commit comments