Created
September 20, 2024 16:52
-
-
Save briskgopesh/2ca01cbe0763657cfe03941e8ebce7d6 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: v1 | |
kind: Pod | |
metadata: | |
name: netshoot | |
labels: | |
app: netshoot | |
spec: | |
containers: | |
- image: nicolaka/netshoot | |
command: | |
- "sleep" | |
- "604800" | |
imagePullPolicy: IfNotPresent | |
name: netshoot | |
restartPolicy: Always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment