feat: add platform deployment artifacts

This commit is contained in:
2026-03-25 15:08:17 +00:00
parent 3b45075e6c
commit affbb67c2b
9 changed files with 432 additions and 0 deletions

23
score.yaml Normal file
View File

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