Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created August 25, 2022 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhberry/afd85307104a1093631bccbc4913a709 to your computer and use it in GitHub Desktop.
Save timhberry/afd85307104a1093631bccbc4913a709 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: devops-deployment
labels:
app: devops
tier: frontend
spec:
replicas: 3
selector:
matchLabels:
app: devops
tier: frontend
template:
metadata:
labels:
app: devops
tier: frontend
spec:
containers:
- name: devops-demo
image: gcr.io/qwiklabs-gcp-00-b2e76cfa8acc/devops-image:v0.2
ports:
- containerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment