Files
dc-observatio/helm/pcp-tgu-service/values.yaml
T
Дмитрий Соловьев 39f108e496 Handle Ordinis outage in TGU service
Classify Ordinis classifier transport failures and empty responses as unavailable, keep stale platform cache when possible, and expose Prometheus metrics/alerting for the outage signal.
2026-05-30 21:04:57 +03:00

46 lines
686 B
YAML

replicaCount: 1
image:
repository: registry.example.com/pcp/pcp-tgu-service
tag: latest
pullPolicy: IfNotPresent
pullSecrets: []
service:
type: ClusterIP
port: 8080
app:
profile: master
configServerUri: "http://spring-cloud-config-server:38888"
configServerFailFast: "true"
configLabel: master
adminClientUrl: ""
serviceBaseUrl: ""
managementBaseUrl: ""
ingress:
enabled: false
className: ""
annotations: {}
host: ""
path: /
pathType: Prefix
tls: []
extraEnv: []
resources: {}
podAnnotations: {}
podLabels: {}
prometheusRule:
enabled: false
ordinisUnavailable:
for: 5m
severity: warning
nameOverride: ""
fullnameOverride: ""