Skip to content

Commit a7b572f

Browse files
committed
Updated resource limits in K8s docs
1 parent ac6c76c commit a7b572f

12 files changed

+24
-24
lines changed

connectors/db2/k8s-docs/redis-connect-db2-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/db2/k8s-docs/redis-connect-db2-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

connectors/gemfire/k8s-docs/redis-connect-gemfire-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/gemfire/k8s-docs/redis-connect-gemfire-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

connectors/mssql/k8s-docs/redis-connect-sqlserver-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/mssql/k8s-docs/redis-connect-sqlserver-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

connectors/mysql/k8s-docs/redis-connect-mysql-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/mysql/k8s-docs/redis-connect-mysql-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

connectors/oracle/k8s-docs/redis-connect-oracle-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/oracle/k8s-docs/redis-connect-oracle-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

connectors/postgres/k8s-docs/redis-connect-postgres-stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
imagePullPolicy: Always # IfNotPresent # Always pull image
2424
resources:
2525
limits:
26-
cpu: "500m"
26+
cpu: "1000m"
2727
memory: "256Mi"
2828
requests:
29-
cpu: "250m"
29+
cpu: "1000m"
3030
memory: "256Mi"
3131
ports:
3232
- containerPort: 8282 # exposed container port to the REST API

connectors/postgres/k8s-docs/redis-connect-postgres-start.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
imagePullPolicy: Always # IfNotPresent # Always pull image
3636
resources:
3737
limits:
38-
cpu: "1000m"
38+
cpu: "4000m"
3939
memory: "1024Mi"
4040
requests:
41-
cpu: "500m"
41+
cpu: "4000m"
4242
memory: "256Mi"
4343
ports:
4444
- containerPort: 8282 # exposed container port to the REST API

0 commit comments

Comments
 (0)