45 lines
711 B
YAML
45 lines
711 B
YAML
# Karpor - Kubernetes Visualization & Intelligence Tool
|
|
# Helm chart: https://github.com/KusionStack/charts/tree/master/charts/karpor
|
|
|
|
# Let the ArgoCD Application manage the namespace
|
|
namespaceEnabled: false
|
|
|
|
server:
|
|
replicas: 1
|
|
port: 7443
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
|
|
syncer:
|
|
replicas: 1
|
|
port: 7443
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
|
|
elasticsearch:
|
|
replicas: 1
|
|
port: 9200
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 2Gi
|
|
limits:
|
|
cpu: "2"
|
|
memory: 4Gi
|
|
|
|
etcd:
|
|
replicas: 1
|
|
port: 2379
|
|
persistence:
|
|
size: 5Gi
|