Created
May 6, 2020 18:23
-
-
Save joshrosso/66b25e45c795cb84e74f8d8dc4266fd0 to your computer and use it in GitHub Desktop.
This file contains 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: v1 | |
kind: Pod | |
metadata: | |
name: iperf | |
spec: | |
containers: | |
- name: iperf | |
image: nginx | |
ports: | |
- name: web | |
containerPort: 5201 | |
protocol: TCP | |
args: | |
- "-s" | |
- "-p" | |
- "5201" | |
hostNetwork: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment