feat: add platform deployment artifacts

This commit is contained in:
2026-03-25 15:06:14 +00:00
parent 4441dd8afe
commit 7928b5778e
9 changed files with 426 additions and 0 deletions

23
score.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: score.dev/v1b1
containers:
vetclinic:
image: .
metadata:
annotations:
prometheus.io/path: /actuator/prometheus
prometheus.io/port: '8080'
prometheus.io/scrape: 'true'
labels:
app: vetclinic
backstage.io/kubernetes-id: vetclinic
name: vetclinic
resources:
dns:
type: dns
env:
type: environment
service:
ports:
http:
port: 8080
targetPort: 8080