feat: add linter

This commit is contained in:
Sun-ZhenXing
2026-02-19 16:21:45 +08:00
parent 3360ca01a2
commit be71b96317
37 changed files with 3608 additions and 100 deletions

View File

@@ -1,14 +1,14 @@
replicas: 3
elasticsearchHosts: "http://elasticsearch:9200"
elasticsearchHosts: 'http://elasticsearch:9200'
resources:
requests:
cpu: "500m"
memory: "1Gi"
cpu: 500m
memory: 1Gi
limits:
cpu: "1000m"
memory: "2Gi"
cpu: 1000m
memory: 2Gi
kibanaConfig:
kibana.yml: |
@@ -19,11 +19,11 @@ service:
type: ClusterIP
port: 5601
healthCheckPath: "/api/status"
healthCheckPath: /api/status
ingress:
enabled: false
className: "nginx"
className: nginx
hosts:
- host: kibana.example.com
paths: