Files
demo-sergio/score.yaml
demo-bot efbf1dfe8e
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 53s
feat: modernize application — source, platform artifacts, CI/CD
- chore: ingest source code

112 files from https://github.com/spring-projects/spring-petclinic
- feat: add platform deployment artifacts
- feat: add CI/CD workflow automation
2026-08-03 14:43:31 +00:00

37 lines
945 B
YAML

apiVersion: score.dev/v1b1
containers:
demo-sergio:
image: .
variables:
OTEL_SERVICE_NAME: demo-sergio
OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector.monitoring.svc.cluster.local:4318
OTEL_EXPORTER_OTLP_PROTOCOL: http/protobuf
OTEL_RESOURCE_ATTRIBUTES: service.name=demo-sergio,app=demo-sergio
OTEL_METRICS_EXPORTER: otlp
OTEL_TRACES_EXPORTER: otlp
OTEL_LOGS_EXPORTER: none
metadata:
annotations:
prometheus.io/path: /metrics
prometheus.io/port: '8080'
prometheus.io/scrape: 'true'
labels:
app: demo-sergio
backstage.io/kubernetes-id: demo-sergio
name: demo-sergio
resources:
env:
type: environment
ingress:
params:
hostname: demo-sergio.apps.dev.crucible.kyndemo.live
name: demo-sergio
service_name: demo-sergio
service_port: 8080
type: workload-ingress
service:
ports:
http:
port: 8080
targetPort: 8080