Created
April 3, 2020 14:36
-
-
Save developer-guy/0e0d9c376bc060bbca1e9a0cb956b55f to your computer and use it in GitHub Desktop.
netshoot deployment manifest
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: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: | |
run: netshoot | |
name: netshoot | |
spec: | |
replicas: 2 | |
selector: | |
matchLabels: | |
run: netshoot | |
template: | |
metadata: | |
labels: | |
run: netshoot | |
spec: | |
containers: | |
- image: nicolaka/netshoot | |
name: netshoot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment