apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: io.kompose.service: entityident name: entityident spec: replicas: 1 selector: matchLabels: io.kompose.service: entityident strategy: {} template: metadata: creationTimestamp: null labels: io.kompose.service: entityident spec: containers: - image: entityident imagePullPolicy: "" name: entityident ports: - containerPort: 5000 resources: {} env: - name: SCALING valueFrom: configMapKeyRef: name: scaling-configmap key: scaling restartPolicy: Always serviceAccountName: "" volumes: null status: {}