The standalone rebuild in the previous commit reconstructed several services from base/wb reference values and missed re-applying the cr.yandex -> 10.4.10.187 registry swap for: checklists, issues/frontend, contracts, drawings, flows (backend/celery/frontend), documentations/pdf-markings, django/s3-proxy, django/srx-admin, inspections. All 32 previously wb-synced images now verified back on 10.4.10.187:80/library. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
101 lines
1.9 KiB
YAML
101 lines
1.9 KiB
YAML
---
|
|
# standalone HelmRelease по образцу apps/contracts/wb/backend.yaml — base
|
|
# vault-native, в ugok Vault не используется.
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: contracts
|
|
namespace: contracts
|
|
|
|
spec:
|
|
interval: 10m
|
|
|
|
chart:
|
|
spec:
|
|
chart: universal-chart
|
|
version: "0.1.9"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: yc-oci-charts
|
|
namespace: flux-system
|
|
interval: 10m
|
|
|
|
install:
|
|
remediation:
|
|
retries: 3
|
|
|
|
upgrade:
|
|
remediation:
|
|
retries: 3
|
|
|
|
values:
|
|
global:
|
|
env: _default
|
|
|
|
services:
|
|
contracts:
|
|
enabled: true
|
|
|
|
image:
|
|
name:
|
|
_default: 10.4.10.187:80/library/contracts:prod_d3bbd9fc
|
|
pullPolicy:
|
|
_default: IfNotPresent
|
|
|
|
deployment:
|
|
enabled: true
|
|
|
|
name:
|
|
_default: backend
|
|
|
|
replicaCount:
|
|
_default: 1
|
|
|
|
port:
|
|
_default: 8080
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
|
|
service:
|
|
enabled: true
|
|
|
|
name:
|
|
_default: backend-svc
|
|
|
|
type:
|
|
_default: ClusterIP
|
|
|
|
port:
|
|
_default: 8000
|
|
|
|
targetPort:
|
|
_default: 8080
|
|
|
|
portName:
|
|
_default: http
|
|
|
|
imagePullSecrets:
|
|
enabled:
|
|
_default: true
|
|
name:
|
|
_default: regcred
|
|
|
|
secretEnvs:
|
|
- name: DB_URL
|
|
secretName:
|
|
_default: contracts-postgresql-secret
|
|
secretKey: url
|
|
- name: PUBLIC_KEY
|
|
secretName:
|
|
_default: contracts-public-key
|
|
secretKey: key
|
|
|
|
commitSha: ""
|
|
gitlabUri: ""
|
|
gitlabJobUrl: ""
|
|
owner: ""
|