Skip to content

Instantly share code, notes, and snippets.

@bechampion
Created June 13, 2017 09:34
Show Gist options
  • Save bechampion/29aca70b65c86999544ead83b2296f18 to your computer and use it in GitHub Desktop.
Save bechampion/29aca70b65c86999544ead83b2296f18 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: logging
spec:
template:
metadata:
labels:
app: logging-app
spec:
nodeSelector:
app: logging-node
containers:
- name: webserver
image: nginx
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment