41 lines
804 B
YAML
41 lines
804 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: registry.example.com/pcp/pcp-tgu-ui-service
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
|
|
service:
|
|
type: ClusterIP
|
|
# Порт nginx из Dockerfile (EXPOSE 8081, non-root).
|
|
port: 8081
|
|
|
|
# Runtime-конфиг фронта: docker-entrypoint.d/20-nstart-runtime-config.sh генерит
|
|
# /config.js из этих APP_*-переменных (см. src/config/env.ts). Темы нет намеренно.
|
|
app:
|
|
apiUrl: "/api"
|
|
authMode: "anonymous"
|
|
newStartIdUrl: ""
|
|
newStartIdRealm: ""
|
|
newStartIdClientId: "pcp-tgu-ui-service"
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
host: ""
|
|
path: /
|
|
pathType: Prefix
|
|
tls: []
|
|
|
|
extraEnv: []
|
|
|
|
resources: {}
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|