2023-10-29 20:03:36 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: not-important
|
|
|
|
spec:
|
|
|
|
template:
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: cert-manager-webhook-dnsimple
|
2023-10-30 09:29:45 +00:00
|
|
|
sysctls:
|
|
|
|
- name: "net.ipv4.ip_unprivileged_port_start"
|
|
|
|
value: "0"
|
2023-10-30 16:39:54 +00:00
|
|
|
securityContext:
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- "ALL"
|
|
|
|
add:
|
|
|
|
- "NET_BIND_SERVICE"
|