Files
pclinic-andrej-demo2/score.yaml
demo-bot d27e917d41
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m6s
Build and Push to ACR / Build and Push (push) Has been skipped
feat: modernize application — source, platform artifacts, CI/CD (#3)
2026-08-13 14:35:08 +00:00

37 lines
1.0 KiB
YAML

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