Skip to content

Instantly share code, notes, and snippets.

@warroyo
Last active September 18, 2019 00:51
Show Gist options
  • Select an option

  • Save warroyo/9cfac008f5afec63e7c5ce7ec9772cea to your computer and use it in GitHub Desktop.

Select an option

Save warroyo/9cfac008f5afec63e7c5ce7ec9772cea to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: blog-2019
labels:
app: blog-2019
spec:
replicas: 1
template:
metadata:
name: blog-2019
labels:
app: blog-2019
spec:
containers:
- name: blog
Image: demo.goharbor.io/xiaog/blogenginenet:latest
resources:
limits:
cpu: 1
memory: 800m
requests:
cpu: .1
memory: 300m
ports:
- containerPort: 80
nodeSelector:
"beta.kubernetes.io/os": windows
selector:
matchLabels:
app: blog-2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment