kubernetes-security/resources/alpine.yml

14 lines
244 B
YAML
Raw Normal View History

2018-04-21 04:34:11 +00:00
apiVersion: v1
kind: Pod
metadata:
name: attacker-pod
namespace: attacker
spec:
containers:
- image: redis:alpine
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: attacker-pod
restartPolicy: Always