Closed mathieu-benoit closed 8 months ago
Deployment ID: 6d67d7dfa3636edce3baf258d9bb50c13e9b67d8
my-sample-app: gradymooregutkowski.newapp.io
Deployment ID: 3ef1de542ba18049434c65f255d20b86db7c49c3
my-sample-app: gradymooregutkowski.newapp.io
Deployment ID: 97911fd90cec2e825cf6071eb20b3dc52c9af1a1
my-sample-app: gradymooregutkowski.newapp.io
Deployment successfully completed for PR-101! :tada:
View in Humanitec
Deployment ID: a94aac6c7b4885430fdc14f2b42fc17d860b039e
Domains:
my-sample-app: gradymooregutkowski.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:650fa313b69f37f13c7cb943617d3c535c7dee5d74a25bd0756fbc9ff729685b" }, { "from": "", "op": "replace", "path": "/spec/containers/my-sample-app/variables/MESSAGE", "value": "Hello, Test!" }, { "from": "", "op": "replace", "path": "/spec/annotations/humanitec.io~1workload-source", "value": "https://github.com/mathieu-benoit/sail-sharp/blob/mathieu-benoit-patch-1/score/score.yaml" } ] } }, "shared": null } ```Score Output
### Score Output: ```json { "id": "a94aac6c7b4885430fdc14f2b42fc17d860b039e", "metadata": { "env_id": "pr-101", "name": "Update score.yaml", "url": "https://app.humanitec.io/orgs/mabenoit/apps/my-sample-app/envs/pr-101/draft/a94aac6c7b4885430fdc14f2b42fc17d860b039e", "created_by": "s-bfd1178a-106a-4135-b6e9-95b5a9c92b59", "created_at": "2024-02-21T02:24:19.681679792Z", "last_modified_at": "2024-02-21T02:24:19.681679792Z" }, "modules": { "add": { "my-sample-app": { "externals": { "dns": { "class": "default", "type": "dns" }, "route": { "class": "default", "params": { "host": "${externals.dns.host}", "path": "/", "port": 8080 }, "type": "route" } }, "profile": "humanitec/default-module", "spec": { "annotations": { "humanitec.io/managed-by": "score-humanitec", "humanitec.io/workload-source": "https://github.com/mathieu-benoit/sail-sharp/blob/mathieu-benoit-patch-1/score/score.yaml" }, "containers": { "my-sample-app": { "id": "my-sample-app", "image": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-app@sha256:650fa313b69f37f13c7cb943617d3c535c7dee5d74a25bd0756fbc9ff729685b", "resources": { "limits": { "cpu": "250m", "memory": "256Mi" }, "requests": { "cpu": "25m", "memory": "64Mi" } }, "variables": { "MESSAGE": "Hello, Test!", "NAMESPACE_NAME": "${pod.metadata.namespace}", "POD_NAME": "${pod.metadata.name}" } } }, "service": { "ports": { "tcp": { "container_port": 8080, "protocol": "TCP", "service_port": 8080 } } }, "terminationGracePeriodSeconds": 60 } } } } } ```