Some checks failed
Build and Publish TechDocs / build-and-publish (push) Failing after 1m12s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
Build and Push to ACR / Build and Push (push) Has been skipped
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 1m17s
37 lines
945 B
YAML
37 lines
945 B
YAML
apiVersion: score.dev/v1b1
|
|
containers:
|
|
demo-ally-1:
|
|
image: .
|
|
variables:
|
|
OTEL_SERVICE_NAME: demo-ally-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-ally-1,app=demo-ally-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-ally-1
|
|
backstage.io/kubernetes-id: demo-ally-1
|
|
name: demo-ally-1
|
|
resources:
|
|
env:
|
|
type: environment
|
|
ingress:
|
|
params:
|
|
hostname: demo-ally-1.apps.dev.crucible.kyndemo.live
|
|
name: demo-ally-1
|
|
service_name: demo-ally-1
|
|
service_port: 8080
|
|
type: workload-ingress
|
|
service:
|
|
ports:
|
|
http:
|
|
port: 8080
|
|
targetPort: 8080
|