values.yaml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. elasticsearch:
  2. antiAffinity: hard
  3. antiAffinityTopologyKey: kubernetes.io/hostname
  4. clusterHealthCheckParams: wait_for_status=green&timeout=1s
  5. clusterName: elasticsearch
  6. config:
  7. host: elasticsearch
  8. password: xxx
  9. port:
  10. http: 9200
  11. user: xxx
  12. enabled: true
  13. esConfig: {}
  14. esJavaOpts: -Xmx1g -Xms1g
  15. esMajorVersion: ""
  16. extraEnvs: []
  17. extraInitContainers: ""
  18. extraVolumeMounts: ""
  19. extraVolumes: ""
  20. fsGroup: ""
  21. fullnameOverride: ""
  22. httpPort: 9200
  23. image: docker.elastic.co/elasticsearch/elasticsearch
  24. imagePullPolicy: IfNotPresent
  25. imagePullSecrets: []
  26. imageTag: 6.8.6
  27. ingress:
  28. annotations: {}
  29. enabled: false
  30. hosts:
  31. - sw-es.cecf.base
  32. path: /
  33. tls: []
  34. initResources: {}
  35. keystore: []
  36. labels: {}
  37. lifecycle: {}
  38. masterService: ""
  39. masterTerminationFix: false
  40. maxUnavailable: 1
  41. minimumMasterNodes: 1
  42. nameOverride: ""
  43. networkHost: 0.0.0.0
  44. nodeAffinity: {}
  45. nodeGroup: master
  46. nodeSelector: {}
  47. persistence:
  48. annotations: {}
  49. enabled: true
  50. podAnnotations: {}
  51. podManagementPolicy: Parallel
  52. podSecurityContext:
  53. fsGroup: 1000
  54. runAsUser: 1000
  55. podSecurityPolicy:
  56. create: false
  57. name: ""
  58. spec:
  59. fsGroup:
  60. rule: RunAsAny
  61. privileged: true
  62. runAsUser:
  63. rule: RunAsAny
  64. seLinux:
  65. rule: RunAsAny
  66. supplementalGroups:
  67. rule: RunAsAny
  68. volumes:
  69. - secret
  70. - configMap
  71. - persistentVolumeClaim
  72. priorityClassName: ""
  73. protocol: http
  74. rbac:
  75. create: false
  76. serviceAccountName: ""
  77. readinessProbe:
  78. failureThreshold: 3
  79. initialDelaySeconds: 10
  80. periodSeconds: 10
  81. successThreshold: 3
  82. timeoutSeconds: 5
  83. replicas: 1
  84. resources:
  85. limits:
  86. cpu: 1000m
  87. memory: 2Gi
  88. requests:
  89. cpu: 100m
  90. memory: 2Gi
  91. roles:
  92. data: "true"
  93. ingest: "true"
  94. master: "true"
  95. schedulerName: ""
  96. secretMounts: []
  97. securityContext:
  98. capabilities:
  99. drop:
  100. - ALL
  101. runAsNonRoot: true
  102. runAsUser: 1000
  103. service:
  104. annotations: {}
  105. httpPortName: http
  106. labels: {}
  107. labelsHeadless: {}
  108. nodePort: ""
  109. transportPortName: transport
  110. type: ClusterIP
  111. sidecarResources: {}
  112. sysctlInitContainer:
  113. enabled: true
  114. sysctlVmMaxMapCount: 262144
  115. terminationGracePeriod: 120
  116. tolerations: []
  117. transportPort: 9300
  118. updateStrategy: RollingUpdate
  119. volumeClaimTemplate:
  120. accessModes:
  121. - ReadWriteOnce
  122. resources:
  123. requests:
  124. storage: 30Gi
  125. esInit:
  126. nodeAffinity: {}
  127. nodeSelector: {}
  128. tolerations: []
  129. fullnameOverride: ""
  130. imagePullSecrets: []
  131. initContainer:
  132. image: busybox
  133. tag: "1.30"
  134. nameOverride: ""
  135. oap:
  136. antiAffinity: soft
  137. dynamicConfigEnabled: false
  138. env: null
  139. envoy:
  140. als:
  141. enabled: false
  142. image:
  143. pullPolicy: IfNotPresent
  144. repository: skywalking.docker.scarf.sh/apache/skywalking-oap-server
  145. tag: 9.2.0
  146. initEs: true
  147. javaOpts: -Xmx2g -Xms2g
  148. name: oap
  149. nodeAffinity: {}
  150. nodeSelector: {}
  151. ports:
  152. grpc: 11800
  153. rest: 12800
  154. replicas: 1
  155. resources: {}
  156. service:
  157. type: ClusterIP
  158. storageType: elasticsearch
  159. tolerations: []
  160. satellite:
  161. antiAffinity: soft
  162. enabled: false
  163. env: null
  164. image:
  165. pullPolicy: IfNotPresent
  166. repository: skywalking.docker.scarf.sh/apache/skywalking-satellite
  167. tag: null
  168. name: satellite
  169. nodeAffinity: {}
  170. nodeSelector: {}
  171. podAnnotations: null
  172. ports:
  173. grpc: 11800
  174. prometheus: 1234
  175. replicas: 1
  176. resources: {}
  177. service:
  178. type: ClusterIP
  179. tolerations: []
  180. serviceAccounts:
  181. oap: null
  182. ui:
  183. image:
  184. pullPolicy: IfNotPresent
  185. repository: skywalking.docker.scarf.sh/apache/skywalking-ui
  186. tag: 9.2.0
  187. ingress:
  188. annotations: {}
  189. enabled: false
  190. hosts: []
  191. path: /
  192. tls: []
  193. name: ui
  194. nodeAffinity: {}
  195. nodeSelector: {}
  196. replicas: 1
  197. service:
  198. annotations: {}
  199. externalPort: 80
  200. internalPort: 8080
  201. type: ClusterIP
  202. tolerations: []