values.yaml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # -- (docs/README.md)
  2. global:
  3. labels: {}
  4. annotations: {}
  5. minNodePort: 9000
  6. # -- (docs/README.md)
  7. fallbackDefaults:
  8. probeType: http
  9. serviceProtocol: tcp
  10. serviceType: ClusterIP
  11. persistenceType: emptyDir
  12. pvcRetain: false
  13. pvcSize: 1Gi
  14. accessModes:
  15. - ReadWriteOnce
  16. storageClass: ""
  17. probeTimeouts:
  18. liveness:
  19. initialDelaySeconds: 10
  20. periodSeconds: 10
  21. timeoutSeconds: 5
  22. failureThreshold: 5
  23. successThreshold: 1
  24. readiness:
  25. initialDelaySeconds: 10
  26. periodSeconds: 10
  27. timeoutSeconds: 5
  28. failureThreshold: 5
  29. successThreshold: 2
  30. startup:
  31. initialDelaySeconds: 10
  32. periodSeconds: 5
  33. timeoutSeconds: 2
  34. failureThreshold: 60
  35. successThreshold: 1
  36. # -- (docs/README.md)
  37. image:
  38. repository: ""
  39. tag: ""
  40. pullPolicy: IfNotPresent
  41. bashImage:
  42. repository: bash
  43. tag: "4.4.23"
  44. pullPolicy: IfNotPresent
  45. postgresImage:
  46. repository: postgres
  47. tag: "15.2"
  48. pullPolicy: IfNotPresent
  49. mariadbImage:
  50. repository: mariadb
  51. tag: "10.6.14"
  52. pullPolicy: IfNotPresent
  53. redisImage:
  54. repository: bitnami/redis
  55. tag: "7.0.11"
  56. pullPolicy: IfNotPresent
  57. # -- (docs/README.md)
  58. securityContext:
  59. container:
  60. PUID: 568
  61. UMASK: "002"
  62. runAsNonRoot: true
  63. runAsUser: 568
  64. runAsGroup: 568
  65. readOnlyRootFilesystem: true
  66. allowPrivilegeEscalation: false
  67. privileged: false
  68. seccompProfile:
  69. type: RuntimeDefault
  70. capabilities:
  71. add: []
  72. drop:
  73. - ALL
  74. pod:
  75. fsGroup: 568
  76. fsGroupChangePolicy: OnRootMismatch
  77. supplementalGroups: []
  78. sysctls: []
  79. # -- (docs/README.md)
  80. resources:
  81. limits:
  82. cpu: 4000m
  83. memory: 8Gi
  84. requests:
  85. cpu: 10m
  86. memory: 50Mi
  87. NVIDIA_CAPS:
  88. - all
  89. # -- (docs/README.md)
  90. podOptions:
  91. enableServiceLinks: false
  92. hostNetwork: false
  93. restartPolicy: Always
  94. dnsPolicy: ClusterFirst
  95. dnsConfig:
  96. options:
  97. - name: ndots
  98. value: "2"
  99. hostAliases: []
  100. tolerations: []
  101. runtimeClassName: ""
  102. automountServiceAccountToken: false
  103. terminationGracePeriodSeconds: 30
  104. # -- (docs/notes.md)
  105. notes:
  106. header: |
  107. # Welcome to TrueNAS SCALE
  108. Thank you for installing {{ .Chart.Annotations.title }} App.
  109. # custom: "{{ toYaml $.Values }}"
  110. custom: ""
  111. footer: |
  112. # Documentation
  113. Documentation for this app can be found at https://www.truenas.com/docs.
  114. # Bug reports
  115. If you find a bug in this app, please file an issue at https://ixsystems.atlassian.net
  116. # -- Timezone used everywhere applicable
  117. TZ: UTC
  118. # -- (docs/workload/README.md)
  119. workload: {}
  120. # -- (docs/service/README.md)
  121. service: {}
  122. # -- (docs/persistence/README.md)
  123. persistence: {}
  124. # shared:
  125. # enabled: false # TODO: Enable by default?
  126. # type: emptyDir
  127. # mountPath: /shared
  128. # targetSelectAll: true
  129. # varlogs:
  130. # enabled: false # TODO: Enable by default?
  131. # type: emptyDir
  132. # mountPath: /var/logs
  133. # targetSelectAll: true
  134. # tmp:
  135. # enabled: false # TODO: Enable by default?
  136. # type: emptyDir
  137. # mountPath: /tmp
  138. # targetSelectAll: true
  139. # devshm:
  140. # enabled: false # TODO: Enable by default?
  141. # type: emptyDir
  142. # mountPath: /dev/shm
  143. # targetSelectAll: true
  144. # -- Injected from SCALE middleware
  145. # Only for reference here
  146. ixExternalInterfacesConfiguration: []
  147. # -- Injected from SCALE middleware
  148. # Only for reference here
  149. ixExternalInterfacesConfigurationNames: []
  150. # -- Injected from SCALE middleware
  151. # Only for reference here
  152. ixCertificates: []
  153. # -- Injected from SCALE middleware
  154. # Only for reference here
  155. ixVolumes: []
  156. # -- (docs/imagePullSecrets.md)
  157. imagePullSecret: []
  158. # -- (docs/configmap.md)
  159. configmap: {}
  160. # -- (docs/secret.md)
  161. secret: {}
  162. # -- (docs/serviceAccount.md)
  163. serviceAccount: {}
  164. # -- (docs/rbac.md)
  165. rbac: {}
  166. # -- (docs/scaleExternalInterface.md)
  167. scaleExternalInterface: []
  168. # -- (docs/scaleCertificate.md)
  169. scaleCertificate: {}
  170. # -- (docs/scaleGPU.md)
  171. scaleGPU: []
  172. # TODO:
  173. portal: {}