values.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. linstorSslMethod: "cert-manager"
  2. linstorHttpsMethod: "cert-manager"
  3. etcd:
  4. enabled: false
  5. operator:
  6. controller:
  7. logLevel: trace
  8. dbConnectionURL: k8s
  9. additionalProperties:
  10. DrbdOptions/AutoEvictAllowEviction: "false"
  11. satelliteSet:
  12. logLevel: trace
  13. kernelModuleInjectionMode: "None"
  14. # Do not mount /usr/src directory.
  15. kernelModuleInjectionAdditionalSourceDirectory: "none"
  16. tolerations:
  17. - operator: Exists
  18. affinity:
  19. nodeAffinity:
  20. requiredDuringSchedulingIgnoredDuringExecution:
  21. nodeSelectorTerms:
  22. - matchExpressions:
  23. - key: piraeus.cluster.local/schedulable
  24. operator: NotIn
  25. values:
  26. - "false"
  27. - key: kubernetes.io/os
  28. operator: NotIn
  29. values:
  30. - "windows"
  31. csi:
  32. logLevel: trace
  33. nodeTolerations:
  34. - operator: Exists
  35. nodeAffinity:
  36. nodeAffinity:
  37. requiredDuringSchedulingIgnoredDuringExecution:
  38. nodeSelectorTerms:
  39. - matchExpressions:
  40. - key: piraeus.cluster.local/schedulable
  41. operator: NotIn
  42. values:
  43. - "false"
  44. - key: kubernetes.io/os
  45. operator: NotIn
  46. values:
  47. - "windows"