Untitled

 avatar
user_4897320
yaml
a year ago
498 B
5
Indexable
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    app: infra-logo
  name: infra-logo
spec:
  replicas: 1
  selector:
    matchLabels:
      app: infra-logo
  strategy: {}
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: infra-logo
    spec:
      containers:
      - image: mkoyanlabs/infra-logo:v1.0
        name: infra-logo
        ports: 
        - containerPort: 80
        resources: {}
status: {}
Editor is loading...
Leave a Comment