kind: Pod
apiVersion: apps/v1
metadata:
name: nginx
namespace: kube-public
annotations:
created-by: isim
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- name: http
containerPort: 80