Created
June 13, 2017 09:34
-
-
Save bechampion/29aca70b65c86999544ead83b2296f18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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