Skip to content
Snippets Groups Projects
local-path-provisioner-values-configmap.yaml 873 B
Newer Older
---
apiVersion: v1
kind: ConfigMap
metadata:
  name: stackspin-local-path-provisioner-values
data:
  values.yaml: |
    nodePathMap:
      - node: DEFAULT_PATH_FOR_NON_LISTED_NODES
        paths:
          - "/var/lib/Stackspin/local-storage"
    storageClass:
      defaultClass: true
    # We temporarily use our own build in order to use local volumes instead of
    # hostPath, see https://github.com/rancher/local-path-provisioner/issues/85
    # and https://open.greenhost.net/stackspin/stackspin/-/issues/773
      repository: "open.greenhost.net:4567/stackspin/local-path-provisioner/local-path-provisioner"
      # Make sure this tag is the same as the tag for the chart in the
      # local-path-provisioner GitRepository
      tag: "v0.0.22-gh1"
    resources:
      requests:
        cpu: 200m
        memory: 20Mi
      limits:
        memory: 40Mi