remove statefulset values
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
@@ -208,8 +208,6 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
|
|||||||
| `backend.nodeSelector` | Node labels for backend pods assignment | `{}` |
|
| `backend.nodeSelector` | Node labels for backend pods assignment | `{}` |
|
||||||
| `backend.tolerations` | Tolerations for backend pods assignment | `[]` |
|
| `backend.tolerations` | Tolerations for backend pods assignment | `[]` |
|
||||||
| `backend.updateStrategy.type` | backend deployment strategy type | `RollingUpdate` |
|
| `backend.updateStrategy.type` | backend deployment strategy type | `RollingUpdate` |
|
||||||
| `backend.updateStrategy.type` | backend statefulset strategy type | `RollingUpdate` |
|
|
||||||
| `backend.podManagementPolicy` | Pod management policy for backend statefulset | `OrderedReady` |
|
|
||||||
| `backend.priorityClassName` | backend pods' priorityClassName | `""` |
|
| `backend.priorityClassName` | backend pods' priorityClassName | `""` |
|
||||||
| `backend.topologySpreadConstraints` | Topology Spread Constraints for backend pod assignment spread across your cluster among failure-domains | `[]` |
|
| `backend.topologySpreadConstraints` | Topology Spread Constraints for backend pod assignment spread across your cluster among failure-domains | `[]` |
|
||||||
| `backend.schedulerName` | Name of the k8s scheduler (other than default) for backend pods | `""` |
|
| `backend.schedulerName` | Name of the k8s scheduler (other than default) for backend pods | `""` |
|
||||||
@@ -324,8 +322,6 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
|
|||||||
| `frontend.nodeSelector` | Node labels for frontend pods assignment | `{}` |
|
| `frontend.nodeSelector` | Node labels for frontend pods assignment | `{}` |
|
||||||
| `frontend.tolerations` | Tolerations for frontend pods assignment | `[]` |
|
| `frontend.tolerations` | Tolerations for frontend pods assignment | `[]` |
|
||||||
| `frontend.updateStrategy.type` | frontend deployment strategy type | `RollingUpdate` |
|
| `frontend.updateStrategy.type` | frontend deployment strategy type | `RollingUpdate` |
|
||||||
| `frontend.updateStrategy.type` | frontend statefulset strategy type | `RollingUpdate` |
|
|
||||||
| `frontend.podManagementPolicy` | Pod management policy for frontend statefulset | `OrderedReady` |
|
|
||||||
| `frontend.priorityClassName` | frontend pods' priorityClassName | `""` |
|
| `frontend.priorityClassName` | frontend pods' priorityClassName | `""` |
|
||||||
| `frontend.topologySpreadConstraints` | Topology Spread Constraints for frontend pod assignment spread across your cluster among failure-domains | `[]` |
|
| `frontend.topologySpreadConstraints` | Topology Spread Constraints for frontend pod assignment spread across your cluster among failure-domains | `[]` |
|
||||||
| `frontend.schedulerName` | Name of the k8s scheduler (other than default) for frontend pods | `""` |
|
| `frontend.schedulerName` | Name of the k8s scheduler (other than default) for frontend pods | `""` |
|
||||||
@@ -429,8 +425,6 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
|
|||||||
| `orborus.nodeSelector` | Node labels for orborus pods assignment | `{}` |
|
| `orborus.nodeSelector` | Node labels for orborus pods assignment | `{}` |
|
||||||
| `orborus.tolerations` | Tolerations for orborus pods assignment | `[]` |
|
| `orborus.tolerations` | Tolerations for orborus pods assignment | `[]` |
|
||||||
| `orborus.updateStrategy.type` | orborus deployment strategy type | `RollingUpdate` |
|
| `orborus.updateStrategy.type` | orborus deployment strategy type | `RollingUpdate` |
|
||||||
| `orborus.updateStrategy.type` | orborus statefulset strategy type | `RollingUpdate` |
|
|
||||||
| `orborus.podManagementPolicy` | Pod management policy for orborus statefulset | `OrderedReady` |
|
|
||||||
| `orborus.priorityClassName` | orborus pods' priorityClassName | `""` |
|
| `orborus.priorityClassName` | orborus pods' priorityClassName | `""` |
|
||||||
| `orborus.topologySpreadConstraints` | Topology Spread Constraints for orborus pod assignment spread across your cluster among failure-domains | `[]` |
|
| `orborus.topologySpreadConstraints` | Topology Spread Constraints for orborus pod assignment spread across your cluster among failure-domains | `[]` |
|
||||||
| `orborus.schedulerName` | Name of the k8s scheduler (other than default) for orborus pods | `""` |
|
| `orborus.schedulerName` | Name of the k8s scheduler (other than default) for orborus pods | `""` |
|
||||||
@@ -600,3 +594,4 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
|
|||||||
### Other Parameters
|
### Other Parameters
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -511,16 +511,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "backend statefulset strategy type",
|
"description": "backend deployment strategy type",
|
||||||
"default": "RollingUpdate"
|
"default": "RollingUpdate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"podManagementPolicy": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Pod management policy for backend statefulset",
|
|
||||||
"default": "OrderedReady"
|
|
||||||
},
|
|
||||||
"priorityClassName": {
|
"priorityClassName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "backend pods' priorityClassName",
|
"description": "backend pods' priorityClassName",
|
||||||
@@ -1190,16 +1185,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "frontend statefulset strategy type",
|
"description": "frontend deployment strategy type",
|
||||||
"default": "RollingUpdate"
|
"default": "RollingUpdate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"podManagementPolicy": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Pod management policy for frontend statefulset",
|
|
||||||
"default": "OrderedReady"
|
|
||||||
},
|
|
||||||
"priorityClassName": {
|
"priorityClassName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "frontend pods' priorityClassName",
|
"description": "frontend pods' priorityClassName",
|
||||||
@@ -1799,16 +1789,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "orborus statefulset strategy type",
|
"description": "orborus deployment strategy type",
|
||||||
"default": "RollingUpdate"
|
"default": "RollingUpdate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"podManagementPolicy": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Pod management policy for orborus statefulset",
|
|
||||||
"default": "OrderedReady"
|
|
||||||
},
|
|
||||||
"priorityClassName": {
|
"priorityClassName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "orborus pods' priorityClassName",
|
"description": "orborus pods' priorityClassName",
|
||||||
|
|||||||
@@ -313,22 +313,11 @@ backend:
|
|||||||
## ONLY FOR DEPLOYMENTS:
|
## ONLY FOR DEPLOYMENTS:
|
||||||
## @param backend.updateStrategy.type backend deployment strategy type
|
## @param backend.updateStrategy.type backend deployment strategy type
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param backend.updateStrategy.type backend statefulset strategy type
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
|
||||||
##
|
##
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
## ONLY FOR DEPLOYMENTS:
|
|
||||||
## Can be set to RollingUpdate or Recreate
|
## Can be set to RollingUpdate or Recreate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## Can be set to RollingUpdate or OnDelete
|
|
||||||
##
|
##
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param backend.podManagementPolicy Pod management policy for backend statefulset
|
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
|
|
||||||
##
|
|
||||||
podManagementPolicy: OrderedReady
|
|
||||||
## @param backend.priorityClassName backend pods' priorityClassName
|
## @param backend.priorityClassName backend pods' priorityClassName
|
||||||
##
|
##
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
@@ -770,25 +759,13 @@ frontend:
|
|||||||
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
##
|
##
|
||||||
tolerations: []
|
tolerations: []
|
||||||
## ONLY FOR DEPLOYMENTS:
|
|
||||||
## @param frontend.updateStrategy.type frontend deployment strategy type
|
## @param frontend.updateStrategy.type frontend deployment strategy type
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param frontend.updateStrategy.type frontend statefulset strategy type
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
|
||||||
##
|
##
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
## ONLY FOR DEPLOYMENTS:
|
|
||||||
## Can be set to RollingUpdate or Recreate
|
## Can be set to RollingUpdate or Recreate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## Can be set to RollingUpdate or OnDelete
|
|
||||||
##
|
##
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param frontend.podManagementPolicy Pod management policy for frontend statefulset
|
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
|
|
||||||
##
|
|
||||||
podManagementPolicy: OrderedReady
|
|
||||||
## @param frontend.priorityClassName frontend pods' priorityClassName
|
## @param frontend.priorityClassName frontend pods' priorityClassName
|
||||||
##
|
##
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
@@ -1166,25 +1143,13 @@ orborus:
|
|||||||
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
##
|
##
|
||||||
tolerations: []
|
tolerations: []
|
||||||
## ONLY FOR DEPLOYMENTS:
|
|
||||||
## @param orborus.updateStrategy.type orborus deployment strategy type
|
## @param orborus.updateStrategy.type orborus deployment strategy type
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param orborus.updateStrategy.type orborus statefulset strategy type
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
|
||||||
##
|
##
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
## ONLY FOR DEPLOYMENTS:
|
|
||||||
## Can be set to RollingUpdate or Recreate
|
## Can be set to RollingUpdate or Recreate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## Can be set to RollingUpdate or OnDelete
|
|
||||||
##
|
##
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
## ONLY FOR STATEFULSETS:
|
|
||||||
## @param orborus.podManagementPolicy Pod management policy for orborus statefulset
|
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
|
|
||||||
##
|
|
||||||
podManagementPolicy: OrderedReady
|
|
||||||
## @param orborus.priorityClassName orborus pods' priorityClassName
|
## @param orborus.priorityClassName orborus pods' priorityClassName
|
||||||
##
|
##
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user