initial commit

Change-Id: I512109d58e6e4f045eb9cb165d5769cff2c052c8
This commit is contained in:
Scaffolder
2026-06-16 16:31:33 +00:00
commit 033cce4f22
135 changed files with 27641 additions and 0 deletions

25
score.yaml Normal file
View File

@@ -0,0 +1,25 @@
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