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