mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
16 lines
No EOL
259 B
YAML
16 lines
No EOL
259 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- containerPort: 80
|
|
securityContext:
|
|
sysctls:
|
|
- name: net.ipv4.ip_local_port_range
|
|
value: "50 65535" |