Add k8s-ubuntu-privileged.yaml

This commit is contained in:
2022-10-31 12:18:31 +03:00
commit 90006f7582

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ubuntu-deployment
spec:
selector:
matchLabels:
app: ubuntu
replicas: 1
template:
metadata:
labels:
app: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
securityContext:
privileged: true