test

Example

---
apiVersion: v1 
kind: Pod 
metadata: 
  name: YOUR_APPNAME-pod 
  namespace: app1
  labels: 
    app: YOUR_APPNAME
    env: YOUR_ENV
  annotations: 
    aws-account: "2389849082948"
    maintainer: "dev@mathod.io"
spec: 
  containers: 
  - name: nginx-container
    image: nginx