Skip to content

Commit 375af89

Browse files
authored
force string for resource attributes (#1647)
1 parent 64c35ea commit 375af89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/production-ready/rabbitmq.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ spec:
66
replicas: 3
77
resources:
88
requests:
9-
cpu: 4
9+
cpu: 4000m
1010
memory: 10Gi
1111
limits:
12-
cpu: 4
12+
cpu: 4000m
1313
memory: 10Gi
1414
rabbitmq:
1515
additionalConfig: |

0 commit comments

Comments
 (0)