Add ubuntu debug pod because alpine's fdisk is BAD

This commit is contained in:
2025-07-12 22:41:41 +02:00
parent f860db24fa
commit e3cdf1f89c

View File

@@ -54,3 +54,28 @@ spec:
- protocol: TCP
port: 22
targetPort: 22
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ubuntu
namespace: debug
labels:
name: ubuntu
spec:
selector:
matchLabels:
name: ubuntu
template:
metadata:
labels:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
command:
- sleep
- infinity
securityContext:
privileged: true