Files
reno-test-14/score.yaml
demo-bot 6eb412abe6 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-05 16:20:03 +00:00

37 lines
955 B
YAML

apiVersion: score.dev/v1b1
containers:
reno-test-14:
image: .
variables:
OTEL_SERVICE_NAME: reno-test-14
OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector.monitoring.svc.cluster.local:4318
OTEL_EXPORTER_OTLP_PROTOCOL: http/protobuf
OTEL_RESOURCE_ATTRIBUTES: service.name=reno-test-14,app=reno-test-14
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: reno-test-14
backstage.io/kubernetes-id: reno-test-14
name: reno-test-14
resources:
env:
type: environment
ingress:
params:
hostname: reno-test-14.apps.dev.crucible.kyndemo.live
name: reno-test-14
service_name: reno-test-14
service_port: 8080
type: workload-ingress
service:
ports:
http:
port: 8080
targetPort: 8080