Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Last active August 3, 2018 09:29
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