Files
keyhan d7594df9a0 Use in-cluster registry for builds and deploys; improve logging and cluster ops.
Remove external registry Ingress (repo.3fase.ir) and route Kaniko push and app pulls through the internal ClusterIP registry. Add RegistryService, ensure StorageClass and pull secrets on deploy, make Elasticsearch install/repair more resilient, and add per-cluster Deploy Elastic controls in admin UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 19:15:06 +03:30

39 lines
870 B
YAML

namespace: logging
elasticPassword: ""
fluentbitPassword: ""
kibanaSystemPassword: ""
clusterName: cloudhost-logs
storage: 50Gi
# Leave empty to use the cluster default StorageClass (e.g. local-path on k3s).
storageClass: ""
# Official Elastic images; require docker.elastic.co DNS + outbound HTTPS from nodes.
# If pull fails with "lookup docker.elastic.co: Try again", mirror to your registry and override here.
images:
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.12.0
kibana: docker.elastic.co/kibana/kibana:8.12.0
busybox: busybox:1.36
curl: curlimages/curl:8.5.0
elasticsearch:
javaOpts: "-Xms1g -Xmx1g"
resources:
requests:
cpu: 500m
memory: 2Gi
limits:
cpu: 2000m
memory: 4Gi
kibana:
resources:
requests:
cpu: 50m
memory: 384Mi
limits:
cpu: 500m
memory: 768Mi