Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pydevops committed Nov 19, 2022
1 parent cbb89da commit fc99354
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions gke/private/pod/httpbin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Pod
metadata:
name: foo
namespace: default
spec:
containers:
- name: app
image: docker.io/kennethreitz/httpbin
ports:
- containerPort: 80
resources:
limits:
memory: "256Mi"
- name: sidecar
image: curlimages/curl
command: ["/bin/sleep", "3650d"]
resources:
limits:
memory: "128Mi"

0 comments on commit fc99354

Please sign in to comment.