initial commit
Change-Id: I512109d58e6e4f045eb9cb165d5769cff2c052c8
This commit is contained in:
25
score.yaml
Normal file
25
score.yaml
Normal 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
|
||||
Reference in New Issue
Block a user