Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Last active August 3, 2018 09:29
Show Gist options
  • Save geraldcroes/19873ea100eeea907624cb3e157e17b5 to your computer and use it in GitHub Desktop.
Save geraldcroes/19873ea100eeea907624cb3e157e17b5 to your computer and use it in GitHub Desktop.
WhoAmI deployment
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: whoami-deployment
spec:
replicas: 1
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami-container
image: containous/whoami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment