Messtone LLC Manages(g.Cloud):

Deploying Google Cloud, basic YAML file for Messtone Run Service with sidecars: apiVersion: serving.knative.dev/v1 kind:Service metadata: annotations:run.googleapis.com/launch-stage: BETA name: ROBERTHARPER_NANEMESSTONE spec: template:metadata: annotations:run.googleapis.com/execution-environment: gen1 #or gen2 spec: containers: – image: INGRESS_IMAGE MESSTONE ports: – containerPort: CONTAINER_PORT 80″8080″ – image: SIDECAR_MESSTONE gcloud run service replace service.yaml gcloud run service describe MESSTONE –format export> service.yaml Update the container-dependencies attribute: apiVersion: service.knative.dev/v1 kind: Service metadata: annotations:run.googleapis.com/launch-stage: BETA name: MESSTONE spec: template:metadata: annotations: run.googleapis.com/container-dependencies: ‘{“CONTAINER1MESSTONE”:[“CONTAINER2MESSTONE”],”CONTAINER3MESSTONE”:[“CONTAINER1MESSTONE”,”CONTAINER2MESSTONE”]}’ gcloud run service replace service.yaml

Leave a comment