Skip to content

Commit

Permalink
Quote resources
Browse files Browse the repository at this point in the history
  • Loading branch information
raelga committed Jun 23, 2020
1 parent 543f0df commit 28ab270
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/zync-crd-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
dbWaitSleepSeconds: 60
resources:
limits:
cpu: 1
memory: 1G
cpu: "1"
memory: "1G"
```
## Full CR Example
Expand All @@ -46,11 +46,11 @@ spec:
railsLogsToStdout: true
resources:
requests:
cpu: 300m
memory: 128Mi
cpu: "300m"
memory: "128Mi"
limits:
cpu: 500m
memory: 196Mi
cpu: "500m"
memory: "196Mi"
livenessProbe:
initialDelaySeconds: 25
timeoutSeconds: 2
Expand All @@ -70,11 +70,11 @@ spec:
railsLogsToStdout: true
resources:
requests:
cpu: 250m
memory: 256Mi
cpu: "250m"
memory: "256Mi"
limits:
cpu: 300m
memory: 320Mi
cpu: "300m"
memory: "320Mi"
livenessProbe:
initialDelaySeconds: 25
timeoutSeconds: 2
Expand Down

0 comments on commit 28ab270

Please sign in to comment.