mirror of https://github.com/portainer/portainer
set isolated as default for k8s app deploy (#5770)
parent
e3b6e4a1d3
commit
fe8f50512c
|
@ -19,7 +19,7 @@ export function KubernetesApplicationFormValues() {
|
|||
this.AutoScaler = {};
|
||||
this.Containers = [];
|
||||
this.EnvironmentVariables = []; // KubernetesApplicationEnvironmentVariableFormValue lis;
|
||||
this.DataAccessPolicy = KubernetesApplicationDataAccessPolicies.SHARED;
|
||||
this.DataAccessPolicy = KubernetesApplicationDataAccessPolicies.ISOLATED;
|
||||
this.PersistedFolders = []; // KubernetesApplicationPersistedFolderFormValue lis;
|
||||
this.Configurations = []; // KubernetesApplicationConfigurationFormValue lis;
|
||||
this.PublishingType = KubernetesApplicationPublishingTypes.CLUSTER_IP;
|
||||
|
|
Loading…
Reference in New Issue