Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 11, 2020 08:19
Show Gist options
  • Save vamsijakkula/021db3f5b187283b8b61904cb6e81036 to your computer and use it in GitHub Desktop.
Save vamsijakkula/021db3f5b187283b8b61904cb6e81036 to your computer and use it in GitHub Desktop.
hello-blue-whale
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-blue-whale
spec:
replicas: 5
selector:
matchLabels:
app: hello-whale-app
version: blue
template:
metadata:
name: hello-blue-whale-pod
labels:
app: hello-whale-app
version: blue
spec:
containers:
- name: hello-whale-container
image: vamsijakkula/hello-blue-whale:v1
imagePullPolicy: Always
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment