apiVersion: apps/v1 kind: Deployment metadata: name: fleets spec: selector: matchLabels: app: fleets template: metadata: labels: app: fleets spec: containers: - name: fleets image: git.coopgo.io/coopgo-platform/fleets ports: - name: grpc containerPort: 8080 protocol: TCP volumeMounts: - name: fleets-config-volume mountPath: /config.yaml subPath: config.yaml volumes: - name: fleets-config-volume configMap: name: fleets-config items: - key: config.yaml path: config.yaml