mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 13:57:26 +00:00
22 lines
367 B
YAML
22 lines
367 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: debug
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
name: debug
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: debug
|
|
spec:
|
|
containers:
|
|
- name: debug
|
|
image: ubuntu
|
|
command:
|
|
- sleep
|
|
- infinity
|
|
securityContext:
|
|
privileged: true
|