Skip to content

Instantly share code, notes, and snippets.

@darkpixel
Created October 20, 2020 05:07
Show Gist options
  • Save darkpixel/582ccce8bf49846325d53ef5f898c87b to your computer and use it in GitHub Desktop.
Save darkpixel/582ccce8bf49846325d53ef5f898c87b to your computer and use it in GitHub Desktop.
test-case-for-DOKS
apiVersion: apps/v1
kind: Deployment
metadata:
name: echoserver
spec:
selector:
matchLabels:
app: echoserver
replicas: 1
template:
metadata:
labels:
app: echoserver
spec:
containers:
- image: cilium/echoserver:latest
name: echoserver
ports:
- containerPort: 8080
resources:
limits:
memory: "128m"
cpu: ".3"
requests:
cpu: ".2"
memory: "128m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment