Files
test-alex-1-1/score.yaml
demo-bot 182be6521b
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s
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-02 23:29:49 +00:00

42 lines
1.2 KiB
YAML

apiVersion: score.dev/v1b1
containers:
test-alex-1-1:
image: .
variables:
SPRING_DATASOURCE_PASSWORD: ${resources.db.password}
SPRING_DATASOURCE_URL: jdbc:postgresql://${resources.db.host}:${resources.db.port}/${resources.db.name}
SPRING_DATASOURCE_USERNAME: ${resources.db.username}
OTEL_SERVICE_NAME: test-alex-1-1
OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector.monitoring.svc.cluster.local:4318
OTEL_EXPORTER_OTLP_PROTOCOL: http/protobuf
OTEL_RESOURCE_ATTRIBUTES: service.name=test-alex-1-1,app=test-alex-1-1
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: test-alex-1-1
backstage.io/kubernetes-id: test-alex-1-1
name: test-alex-1-1
resources:
db:
type: postgres
env:
type: environment
ingress:
params:
hostname: test-alex-1-1.apps.dev.crucible.kyndemo.live
name: test-alex-1-1
service_name: test-alex-1-1
service_port: 8080
type: workload-ingress
service:
ports:
http:
port: 8080
targetPort: 8080