apiVersion: v1
kind: Pod
metadata:
  namespace: test-namespace
  name: good
spec:
  containers:
  - name: nginx
    securityContext:
      allowPrivilegeEscalation: false
    image: nginx:1.14.2
    ports:
    - containerPort: 80