values.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Copyright 2020-2022 Crown Copyright
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. alpine:
  15. repository: alpine
  16. tag: 3.10.2
  17. imagePullPolicy: IfNotPresent
  18. namenode:
  19. repository: gchq/hdfs
  20. tag: 3.3.3 # managed version
  21. imagePullPolicy: IfNotPresent
  22. imagePullSecrets: []
  23. resources: {}
  24. nodeSelector: {}
  25. tolerations: []
  26. affinity: {}
  27. securityContext:
  28. runAsNonRoot: true
  29. runAsUser: 1000
  30. runAsGroup: 1000
  31. fsGroup: 1000
  32. ports:
  33. http: 9870
  34. https: 9871
  35. clientRpc: 8020
  36. serviceRpc: 8021
  37. lifelineRpc: 8022
  38. dataVolumes:
  39. count: 1
  40. pvcTemplateSpec:
  41. storageClassName: openebs-hostpath
  42. accessModes:
  43. - ReadWriteOnce
  44. resources:
  45. requests:
  46. storage: 20Gi
  47. extraEnvVars: {}
  48. # Example usage:
  49. # HADOOP_HEAPSIZE_MIN: 128m
  50. # hadoop.heapsize.min: 128m
  51. datanode:
  52. nodeCount: 3
  53. repository: gchq/hdfs
  54. tag: 3.3.3 # managed version
  55. imagePullPolicy: IfNotPresent
  56. imagePullSecrets: []
  57. resources: {}
  58. nodeSelector: {}
  59. tolerations: []
  60. affinity: {}
  61. securityContext:
  62. runAsNonRoot: true
  63. runAsUser: 1000
  64. runAsGroup: 1000
  65. fsGroup: 1000
  66. ports:
  67. http: 9864
  68. https: 9865
  69. data: 9866
  70. ipc: 9867
  71. dataVolumes:
  72. count: 1
  73. pvcTemplateSpec:
  74. storageClassName: null
  75. accessModes:
  76. - ReadWriteOnce
  77. resources:
  78. requests:
  79. storage: 10Gi
  80. extraEnvVars: {}
  81. # Example usage:
  82. # HADOOP_HEAPSIZE_MIN: 128m
  83. # hadoop.heapsize.min: 128m
  84. shell:
  85. enabled: true
  86. repository: gchq/hdfs
  87. tag: 3.3.3 # managed version
  88. imagePullPolicy: IfNotPresent
  89. imagePullSecrets: []
  90. resources: {}
  91. nodeSelector: {}
  92. tolerations: []
  93. affinity: {}
  94. config:
  95. path: /etc/hadoop/conf
  96. coreSite: {}
  97. hdfsSite:
  98. dfs.replication: 3
  99. hadoop.security.authorization: true
  100. rackAwareness:
  101. serviceAccountName:
  102. nodeTopologyLabel: topology.kubernetes.io/zone
  103. secrets:
  104. path: /etc/hadoop/secrets
  105. files: {}
  106. nameOverride: ""
  107. fullnameOverride: ""
  108. labels: {}
  109. ingress:
  110. enabled: true
  111. annotations:
  112. traefik.ingress.kubernetes.io/rule-type: PathPrefixStrip
  113. host: ""
  114. # For Traefik:
  115. # pathPrefix: /hdfs/
  116. # For Nginx:
  117. pathPrefix: "/hdfs/(.*)"
  118. postInstallCommands: []
  119. # - hadoop fs -mkdir -p /accumulo
  120. # - hadoop fs -chown accumulo /accumulo
  121. # - hadoop fs -chmod 700 /accumulo
  122. # - hadoop fs -ls /
  123. networkPolicy:
  124. enabled: true