Created
May 4, 2020 10:14
-
-
Save mesutpiskin/b01d742db83762cb9cc6099aa51a1a59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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