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

37 lines
995 B
YAML

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