Files
reno-demo-16/score.yaml
demo-bot 5fa95e54ef
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 51s
Build and Push to ACR / Build and Push (push) Has been skipped
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 1m20s
feat: modernize application — source, platform artifacts, CI/CD (#3)
2026-08-05 18:15:01 +00:00

37 lines
955 B
YAML

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