Files
lincoln-demo-test1/score.yaml
Scaffolder 033cce4f22 initial commit
Change-Id: I512109d58e6e4f045eb9cb165d5769cff2c052c8
2026-06-16 16:31:33 +00:00

26 lines
488 B
YAML

apiVersion: score.dev/v1b1
metadata:
name: lincoln-demo-test1
labels:
app: lincoln-demo-test1
containers:
main:
image: .
variables:
STORAGE_CONTAINER_NAME: "${resources.storage.container_name}"
STORAGE_ACCOUNT_NAME: "${resources.storage.storage_account_name}"
BLOB_ENDPOINT: "${resources.storage.blob_endpoint}"
service:
ports:
web:
port: 80
targetPort: 8080
resources:
env:
type: environment
storage:
type: azure-blob