Skip to content

Commit d2252b2

Browse files
committed
up test memory from @nightkr
1 parent 499e4b6 commit d2252b2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/templates/kuttl/kerberos/30-install-hbase.yaml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ commands:
3939
config:
4040
logging:
4141
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
42+
resources:
43+
memory:
44+
limit: 1536Mi
4245
roleGroups:
4346
default:
4447
replicas: 2

tests/templates/kuttl/smoke/30-install-hbase.yaml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ spec:
4545
config:
4646
logging:
4747
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
48+
resources:
49+
memory:
50+
limit: 1Gi
4851
roleGroups:
4952
default:
5053
configOverrides:

0 commit comments

Comments
 (0)