feat: add platform deployment artifacts
This commit is contained in:
23
score.yaml
Normal file
23
score.yaml
Normal 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
|
||||
Reference in New Issue
Block a user