Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created August 16, 2020 11:40
Show Gist options
  • Save gowatana/fbb6e7494799f2de7d63aef02fe556d6 to your computer and use it in GitHub Desktop.
Save gowatana/fbb6e7494799f2de7d63aef02fe556d6 to your computer and use it in GitHub Desktop.
---
kind: Deployment
apiVersion: apps/v1
metadata:
name: tkc-demo
spec:
replicas: 2
selector:
matchLabels:
app: tkc-demo
template:
metadata:
labels:
app: tkc-demo
spec:
containers:
- name: nginx-container
image: nginx
ports:
- containerPort: 80
protocol: TCP
@gowatana
Copy link
Author

gowatana commented Aug 16, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment