Files
helm-anything/src/kibana/values.yaml
Sun-ZhenXing 3360ca01a2 init repo
2026-02-16 09:12:50 +08:00

32 lines
465 B
YAML

replicas: 3
elasticsearchHosts: "http://elasticsearch:9200"
resources:
requests:
cpu: "500m"
memory: "1Gi"
limits:
cpu: "1000m"
memory: "2Gi"
kibanaConfig:
kibana.yml: |
server.name: kibana
server.host: "0.0.0.0"
service:
type: ClusterIP
port: 5601
healthCheckPath: "/api/status"
ingress:
enabled: false
className: "nginx"
hosts:
- host: kibana.example.com
paths:
- path: /
pathType: Prefix