feat: refactor apps
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
local-path-provisioner:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: rancher/local-path-provisioner
|
||||
tag: v0.0.35
|
||||
tag: v0.0.35@sha256:34ff0847cc47ebf69656ba44a3de9324596d0036b66ffd323b21614dd8221530
|
||||
helperImage:
|
||||
repository: busybox
|
||||
tag: 1.37.0
|
||||
tag: 1.37.0@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
|
||||
storageClass:
|
||||
create: true
|
||||
defaultClass: false
|
||||
@@ -12,6 +13,10 @@ local-path-provisioner:
|
||||
name: local-path
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1m
|
||||
memory: 30Mi
|
||||
nodePathMap:
|
||||
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user