mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00:00
42 lines
722 B
YAML
42 lines
722 B
YAML
|
|
image:
|
|
repository: rancher/local-path-provisioner
|
|
tag: v0.0.26
|
|
|
|
storageClass:
|
|
create: true
|
|
defaultClass: true
|
|
provisionerName: rancher.io/local-path
|
|
|
|
nodePathMap:
|
|
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
|
paths:
|
|
- /var/data
|
|
|
|
configmap:
|
|
name: local-path-config
|
|
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
capabilities:
|
|
drop: ["ALL"]
|
|
runAsUser: 65534
|
|
runAsGroup: 65534
|
|
readOnlyRootFilesystem: true
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
requests:
|
|
cpu: 50m
|
|
memory: 32Mi
|
|
|
|
nodeSelector:
|
|
node-role.kubernetes.io/control-plane: ""
|
|
tolerations:
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
effect: NoSchedule
|