Commit eaffdf8b authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21983 from gmarek/influxdb

Auto commit by PR queue bot
parents 95b7fbf6 98eb12e1
...@@ -26,10 +26,10 @@ spec: ...@@ -26,10 +26,10 @@ spec:
# keep request = limit to keep this container in guaranteed class # keep request = limit to keep this container in guaranteed class
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 500Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 500Mi
ports: ports:
- containerPort: 8083 - containerPort: 8083
hostPort: 8083 hostPort: 8083
......
...@@ -25,7 +25,7 @@ spec: ...@@ -25,7 +25,7 @@ spec:
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
memory: 200Mi memory: 500Mi
ports: ports:
- containerPort: 8083 - containerPort: 8083
hostPort: 8083 hostPort: 8083
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment