Skip to content

Instantly share code, notes, and snippets.

@mesutpiskin
Created May 4, 2020 10:14
Show Gist options
  • Save mesutpiskin/b01d742db83762cb9cc6099aa51a1a59 to your computer and use it in GitHub Desktop.
Save mesutpiskin/b01d742db83762cb9cc6099aa51a1a59 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: bulkhead-myapp
spec:
containers:
- name: bulkhead-myapp-container
image: bulkhead-myapp
resources:
requests:
memory: "128Mi"
cpu: "512m"
limits:
memory: "256Mi"
cpu: "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment