123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- elasticsearch:
- antiAffinity: hard
- antiAffinityTopologyKey: kubernetes.io/hostname
- clusterHealthCheckParams: wait_for_status=green&timeout=1s
- clusterName: elasticsearch
- config:
- host: elasticsearch
- password: xxx
- port:
- http: 9200
- user: xxx
- enabled: true
- esConfig: {}
- esJavaOpts: -Xmx1g -Xms1g
- esMajorVersion: ""
- extraEnvs: []
- extraInitContainers: ""
- extraVolumeMounts: ""
- extraVolumes: ""
- fsGroup: ""
- fullnameOverride: ""
- httpPort: 9200
- image: docker.elastic.co/elasticsearch/elasticsearch
- imagePullPolicy: IfNotPresent
- imagePullSecrets: []
- imageTag: 6.8.6
- ingress:
- annotations: {}
- enabled: false
- hosts:
- - sw-es.cecf.base
- path: /
- tls: []
- initResources: {}
- keystore: []
- labels: {}
- lifecycle: {}
- masterService: ""
- masterTerminationFix: false
- maxUnavailable: 1
- minimumMasterNodes: 1
- nameOverride: ""
- networkHost: 0.0.0.0
- nodeAffinity: {}
- nodeGroup: master
- nodeSelector: {}
- persistence:
- annotations: {}
- enabled: true
- podAnnotations: {}
- podManagementPolicy: Parallel
- podSecurityContext:
- fsGroup: 1000
- runAsUser: 1000
- podSecurityPolicy:
- create: false
- name: ""
- spec:
- fsGroup:
- rule: RunAsAny
- privileged: true
- runAsUser:
- rule: RunAsAny
- seLinux:
- rule: RunAsAny
- supplementalGroups:
- rule: RunAsAny
- volumes:
- - secret
- - configMap
- - persistentVolumeClaim
- priorityClassName: ""
- protocol: http
- rbac:
- create: false
- serviceAccountName: ""
- readinessProbe:
- failureThreshold: 3
- initialDelaySeconds: 10
- periodSeconds: 10
- successThreshold: 3
- timeoutSeconds: 5
- replicas: 1
- resources:
- limits:
- cpu: 1000m
- memory: 2Gi
- requests:
- cpu: 100m
- memory: 2Gi
- roles:
- data: "true"
- ingest: "true"
- master: "true"
- schedulerName: ""
- secretMounts: []
- securityContext:
- capabilities:
- drop:
- - ALL
- runAsNonRoot: true
- runAsUser: 1000
- service:
- annotations: {}
- httpPortName: http
- labels: {}
- labelsHeadless: {}
- nodePort: ""
- transportPortName: transport
- type: ClusterIP
- sidecarResources: {}
- sysctlInitContainer:
- enabled: true
- sysctlVmMaxMapCount: 262144
- terminationGracePeriod: 120
- tolerations: []
- transportPort: 9300
- updateStrategy: RollingUpdate
- volumeClaimTemplate:
- accessModes:
- - ReadWriteOnce
- resources:
- requests:
- storage: 30Gi
- esInit:
- nodeAffinity: {}
- nodeSelector: {}
- tolerations: []
- fullnameOverride: ""
- imagePullSecrets: []
- initContainer:
- image: busybox
- tag: "1.30"
- nameOverride: ""
- oap:
- antiAffinity: soft
- dynamicConfigEnabled: false
- env: null
- envoy:
- als:
- enabled: false
- image:
- pullPolicy: IfNotPresent
- repository: skywalking.docker.scarf.sh/apache/skywalking-oap-server
- tag: 9.2.0
- initEs: true
- javaOpts: -Xmx2g -Xms2g
- name: oap
- nodeAffinity: {}
- nodeSelector: {}
- ports:
- grpc: 11800
- rest: 12800
- replicas: 1
- resources: {}
- service:
- type: ClusterIP
- storageType: elasticsearch
- tolerations: []
- satellite:
- antiAffinity: soft
- enabled: false
- env: null
- image:
- pullPolicy: IfNotPresent
- repository: skywalking.docker.scarf.sh/apache/skywalking-satellite
- tag: null
- name: satellite
- nodeAffinity: {}
- nodeSelector: {}
- podAnnotations: null
- ports:
- grpc: 11800
- prometheus: 1234
- replicas: 1
- resources: {}
- service:
- type: ClusterIP
- tolerations: []
- serviceAccounts:
- oap: null
- ui:
- image:
- pullPolicy: IfNotPresent
- repository: skywalking.docker.scarf.sh/apache/skywalking-ui
- tag: 9.2.0
- ingress:
- annotations: {}
- enabled: false
- hosts: []
- path: /
- tls: []
- name: ui
- nodeAffinity: {}
- nodeSelector: {}
- replicas: 1
- service:
- annotations: {}
- externalPort: 80
- internalPort: 8080
- type: ClusterIP
- tolerations: []
|