Browse Source

commit initial

main
Nicolas Massé 4 years ago
commit
735c955361
  1. 15
      kube/pod.yaml

15
kube/pod.yaml

@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: unsecure
annotations:
ignore-check.kube-linter.io/run-as-non-root: "Ce pod interagit avec le système. Il a besoin d’être root."
spec:
containers:
- name: demo
image: busybox
resources:
requests:
memory: "8Gi"
cpu: "250m"
command: [ "sh", "-c", "sleep 1h" ]
Loading…
Cancel
Save