Difference between revisions of "Template:Kind pod resources"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
image: images.my-company.example/app:v4 | image: images.my-company.example/app:v4 | ||
resources: | resources: | ||
− | requests: | + | [[requests]]: |
memory: "64Mi" | memory: "64Mi" | ||
[[cpu:]] "250m" | [[cpu:]] "250m" | ||
− | limits: | + | [[limits]]: |
memory: "128Mi" | memory: "128Mi" | ||
cpu: "500m" | cpu: "500m" |
Latest revision as of 07:25, 30 May 2024
--- apiVersion: v1 kind: Pod metadata: name: frontend spec: containers: - name: app image: images.my-company.example/app:v4 resources: requests: memory: "64Mi" cpu: "250m" limits: memory: "128Mi" cpu: "500m" - name: log-aggregator image: images.my-company.example/log-aggregator:v6 resources: requests: memory: "64Mi" cpu: "250m" limits: memory: "128Mi" cpu: "500m"
Advertising: