mathieu-benoit / sail-sharp

Sail Sharp - Security best practices with .NET Core & Kubernetes
https://medium.com/p/c68ba253844a
3 stars 0 forks source link

Update score.yaml - Change welcome message #80

Closed mathieu-benoit closed 1 year ago

github-actions[bot] commented 1 year ago

Deployment successfully completed for PR-80! :tada:

View in Humanitec

Deployment ID: ef9d3772ab254df1417cbb3491e46b9b98c67f70

Domains:

my-sample-app: mitchellbechtelarcorwinborerbatz.newapp.io

Deployment diff ### Deployment diff: ```json { "modules": { "add": null, "remove": [], "update": { "my-sample-app": [ { "from": "", "op": "replace", "path": "/spec/containers/my-sample-app/image", "value": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-app@sha256:d25b785d85b10b5ede676c445f8ef27db177a13981ece0101b67b72aee15435e" }, { "from": "", "op": "replace", "path": "/spec/containers/my-sample-app/variables/MESSAGE", "value": "Hello, Ephemeral Environment!" } ] } }, "shared": null } ```
Score Output ### Score Output: ```json { "id": "ef9d3772ab254df1417cbb3491e46b9b98c67f70", "metadata": { "env_id": "pr-80", "name": "Update score.yaml - Change welcome message", "url": "https://app.humanitec.io/orgs/my-trial/apps/my-sample-app/envs/pr-80/draft/ef9d3772ab254df1417cbb3491e46b9b98c67f70", "created_by": "s-9d271151-e949-4548-81ed-e7c652fecbb8", "created_at": "2023-10-06T11:28:25.819085164Z", "last_modified_at": "2023-10-06T11:28:25.819085164Z" }, "modules": { "add": { "my-sample-app": { "externals": { "dns": { "type": "dns" }, "route": { "params": { "host": "${externals.dns.host}", "path": "/", "port": 8080 }, "type": "route" } }, "profile": "humanitec/default-module", "spec": { "annotations": { "humanitec.io/managed-by": "score-humanitec" }, "containers": { "my-sample-app": { "id": "my-sample-app", "image": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-app@sha256:d25b785d85b10b5ede676c445f8ef27db177a13981ece0101b67b72aee15435e", "variables": { "MESSAGE": "Hello, Ephemeral Environment!" } } }, "service": { "ports": { "tcp": { "container_port": 8080, "protocol": "TCP", "service_port": 8080 } } }, "terminationGracePeriodSeconds": 60 } } } } } ```