리소스 변경
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
||||
name: metric-analyzer-worker
|
||||
namespace: imxc
|
||||
spec:
|
||||
replicas: 10
|
||||
replicas: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
app: metric-analyzer-worker
|
||||
|
||||
@@ -355,7 +355,7 @@ alertmanager:
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
distributor:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
@@ -458,7 +458,7 @@ distributor:
|
||||
lifecycle: {}
|
||||
|
||||
ingester:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
|
||||
statefulSet:
|
||||
# -- If true, use a statefulset instead of a deployment for pod management.
|
||||
@@ -737,7 +737,7 @@ ruler:
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
querier:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
@@ -839,7 +839,7 @@ querier:
|
||||
lifecycle: {}
|
||||
|
||||
query_frontend:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
@@ -1087,7 +1087,7 @@ configs:
|
||||
|
||||
nginx:
|
||||
enabled: true
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
http_listen_port: 80
|
||||
config:
|
||||
dnsResolver: coredns.kube-system.svc.cluster.local
|
||||
|
||||
@@ -5,7 +5,7 @@ fullnameOverride: "imxc-keycloak"
|
||||
nameOverride: ""
|
||||
|
||||
# The number of replicas to create (has no effect if autoscaling enabled)
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
|
||||
image:
|
||||
# The Keycloak image repository
|
||||
|
||||
@@ -2,22 +2,22 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: cmoa-pod-exporter
|
||||
name: cmoa-pod-exporter
|
||||
app: cmoa-kube-exporter
|
||||
name: cmoa-kube-exporter
|
||||
namespace: imxc
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: cmoa-pod-exporter
|
||||
app: cmoa-kube-exporter
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: cmoa-pod-exporter
|
||||
app: cmoa-kube-exporter
|
||||
spec:
|
||||
containers:
|
||||
- image: {{ .Values.global.IMXC_IN_REGISTRY }}/cmoa-kube-exporter:{{ .Values.global.KUBE_EXPORTER_VERSION }}
|
||||
name: cmoa-pod-exporter
|
||||
name: cmoa-kube-exporter
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
|
||||
@@ -39,6 +39,6 @@ spec:
|
||||
value: {{ .Values.global.BLACK_LIST_FALT }}
|
||||
resources:
|
||||
limits:
|
||||
memory: 1Gi
|
||||
memory: 2Gi
|
||||
requests:
|
||||
memory: 200Mi
|
||||
memory: 500Mi
|
||||
|
||||
Reference in New Issue
Block a user