apiVersion : apps/v1 kind: Deployment metadata:

name: my-second-deploy
labels:
  app  : my-app
  owner: km

spec:

replicas: 3
selector:
  matchLabels:
    project: mfp
template:
  metadata:
    labels:
      project: mfp
  spec:
    containers:
      - name : n1
        image: nginx:1.20
        ports:
          - containerPort: 80
DokuWiki Appliance - Powered by TurnKey Linux