mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
feat(k8s/applications): reorder placement policies and select mandatory by default (#5063)
This commit is contained in:
parent
9ec1f2ed6d
commit
b8660ed2a0
2 changed files with 11 additions and 11 deletions
|
@ -23,7 +23,7 @@ const _KubernetesApplicationFormValues = Object.freeze({
|
|||
Configurations: [], // KubernetesApplicationConfigurationFormValue list
|
||||
PublishingType: KubernetesApplicationPublishingTypes.INTERNAL,
|
||||
PublishedPorts: [], // KubernetesApplicationPublishedPortFormValue list
|
||||
PlacementType: KubernetesApplicationPlacementTypes.PREFERRED,
|
||||
PlacementType: KubernetesApplicationPlacementTypes.MANDATORY,
|
||||
Placements: [], // KubernetesApplicationPlacementFormValue list
|
||||
OriginalIngresses: undefined,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue