Difference between revisions of "Template:Kind pod resources"

From wikieduonline
Jump to navigation Jump to search
(Created page with " --- apiVersion: v1 kind: Pod metadata: name: frontend spec: containers: - name: app image: images.my-company.example/app:v4 resources: reque...")
 
Line 1: Line 1:
 
  ---
 
  ---
 
  apiVersion: v1
 
  apiVersion: v1
  kind: Pod
+
  [[kind: Pod]]
 
  metadata:
 
  metadata:
 
   name: frontend
 
   name: frontend

Revision as of 07:24, 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: