github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/package-flavors/pod.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: enterprise-linux 5 labels: 6 app: enterprise-linux 7 spec: 8 containers: 9 - name: enterprise-linux-container 10 image: "###JACKAL_VAR_IMAGE###" 11 command: [ "sh", "-c", "while true; do ls; sleep 1; done"] 12 resources: 13 requests: 14 memory: "32Mi" 15 cpu: "50m" 16 limits: 17 memory: "128Mi" 18 cpu: "250m"