Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Update score.yaml #15

Closed
wants to merge 1 commit into from
Closed

Update score.yaml #15

wants to merge 1 commit into from

Conversation

mathieu-benoit
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Deployment Complete for PR-15! 🎉

View in Humanitec

Deployment ID: e03ab028dcdf2e8cd1b800ba8205aa9a93e4d7e4

Domains:

frontend: nienowjohnsonschillerschulist.newapp.io

Deployment diff

Deployment diff:

{
  "modules": {
    "add": null,
    "remove": [],
    "update": {
      "frontend": [
        {
          "from": "",
          "op": "replace",
          "path": "/spec/containers/frontend/variables/CYMBAL_BRANDING",
          "value": "true"
        },
        {
          "from": "",
          "op": "remove",
          "path": "/spec/ingress",
          "value": null
        },
        {
          "from": "",
          "op": "add",
          "path": "/externals/route",
          "value": {
            "params": {
              "host": "${externals.dns.host}",
              "path": "/",
              "port": 80
            },
            "type": "route"
          }
        }
      ]
    }
  },
  "shared": null
}
Score Output

Score Output:

{
  "id": "e03ab028dcdf2e8cd1b800ba8205aa9a93e4d7e4",
  "metadata": {
    "env_id": "pr-15-frontend",
    "name": "Auto-deployment (SCORE)",
    "url": "https://app.humanitec.io/orgs/my-trial/apps/onlineboutique/envs/pr-15-frontend/draft/e03ab028dcdf2e8cd1b800ba8205aa9a93e4d7e4",
    "created_by": "s-9d271151-e949-4548-81ed-e7c652fecbb8",
    "created_at": "2023-09-01T12:19:51.451076907Z",
    "last_modified_at": "2023-09-01T12:19:51.451076907Z"
  },
  "modules": {
    "add": {
      "frontend": {
        "externals": {
          "dns": {
            "type": "dns"
          },
          "route": {
            "params": {
              "host": "${externals.dns.host}",
              "path": "/",
              "port": 80
            },
            "type": "route"
          }
        },
        "profile": "humanitec/default-module",
        "spec": {
          "containers": {
            "frontend": {
              "id": "frontend",
              "image": "gcr.io/google-samples/microservices-demo/frontend:v0.8.0",
              "liveness_probe": {
                "headers": {
                  "Cookie": "shop_session-id=x-liveness-probe"
                },
                "path": "/_healthz",
                "port": 8080,
                "type": "http"
              },
              "readiness_probe": {
                "headers": {
                  "Cookie": "shop_session-id=x-readiness-probe"
                },
                "path": "/_healthz",
                "port": 8080,
                "type": "http"
              },
              "resources": {
                "limits": {
                  "cpu": "200m",
                  "memory": "128Mi"
                },
                "requests": {
                  "cpu": "100m",
                  "memory": "64Mi"
                }
              },
              "variables": {
                "AD_SERVICE_ADDR": "${modules.adservice.service.name}:9555",
                "CART_SERVICE_ADDR": "${modules.cartservice.service.name}:7070",
                "CHECKOUT_SERVICE_ADDR": "${modules.checkoutservice.service.name}:5050",
                "CURRENCY_SERVICE_ADDR": "${modules.currencyservice.service.name}:7000",
                "CYMBAL_BRANDING": "true",
                "ENABLE_PROFILER": "0",
                "FRONTEND_MESSAGE": "",
                "PAYMENT_SERVICE_ADDR": "${modules.paymentservice.service.name}:50051",
                "PORT": "8080",
                "PRODUCT_CATALOG_SERVICE_ADDR": "${modules.productcatalogservice.service.name}:3550",
                "RECOMMENDATION_SERVICE_ADDR": "${modules.recommendationservice.service.name}:8080",
                "SHIPPING_SERVICE_ADDR": "${modules.shippingservice.service.name}:50051"
              }
            }
          },
          "service": {
            "ports": {
              "grpc": {
                "container_port": 8080,
                "protocol": "TCP",
                "service_port": 80
              }
            }
          }
        }
      }
    }
  }
}

@mathieu-benoit mathieu-benoit deleted the mathieu-benoit-patch-1 branch October 2, 2023 17:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant