mirror of
https://github.com/zoriya/snow.git
synced 2025-12-06 07:16:19 +00:00
Add debug container if ever needed
This commit is contained in:
21
debug.yaml
Normal file
21
debug.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user