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
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/azure-file-pvc-template.yaml
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks-inputs.yaml
# The suffix of azure kubernetes node pool name, the azure kubernetes node pool name will be${azureKubernetesNodepoolNamePrefix} ${namePrefix}.
54
54
azureKubernetesNodepoolNamePrefix: pool1
55
55
56
-
# SKU of azure storage account, used to create storage account.
57
-
azureStorageAccountSku: Standard_LRS
58
-
59
-
# Name of Azure Storage Class. We will use initial StorageClasses azurefile.
60
-
# If you want to create new class, follow the document: https://docs.microsoft.com/en-us/azure/aks/azure-files-dynamic-pv#create-a-storage-class.
61
-
# Go to this page for more details: https://docs.microsoft.com/en-us/azure/aks/concepts-storage#storage-classes
62
-
azureStorageClassName: azurefile
63
-
64
-
# The suffix of azure storage file share name, the complete value is ${namePrefix}-${azureStorageShareNameSuffix}-<timestamp>, used to create file share, and mount file share.
# Parameter "imagePullSecretName" will be overwritten with this field in kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain-inputs.yaml
73
62
imagePullSecretNameSuffix: regcred
74
63
64
+
# Storage class name for Azure Files using Container Storage Interface driver, see https://docs.microsoft.com/en-us/azure/aks/azure-files-csi#nfs-file-shares
65
+
azureFileCsiNfsClassName: azurefile-csi-nfs
66
+
67
+
# The suffix of azure storage file share name, the complete value is ${namePrefix}-${azureStorageShareNameSuffix}-<timestamp>, used to create file share, and mount file share.
68
+
azureStorageShareNameSuffix: weblogic
69
+
75
70
# Resource request for each server pod (Memory and CPU). This is minimum amount of compute
76
71
# resources required for each server pod. Edit value(s) below as per pod sizing requirements.
0 commit comments