init repo

This commit is contained in:
Sun-ZhenXing
2026-02-16 09:12:50 +08:00
commit 3360ca01a2
71 changed files with 1934 additions and 0 deletions

31
src/kibana/values.yaml Normal file
View File

@@ -0,0 +1,31 @@
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