pcp-tgu-ui-service в группе сервисов pcp: регистрация в CI + per-service Node-пайплайн + helm-чарт
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
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: ""
|
||||
Reference in New Issue
Block a user