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