iac/apps/issues/wb/remarks-static.yaml
2026-08-13 20:28:39 +05:00

91 lines
1.7 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# remarks-static — компонент приложения remarks (apps/remarks), в wb
# развёрнут в ns issues, а не в своём собственном неймспейсе.
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: remarks-static
namespace: issues
spec:
interval: 10m
chart:
spec:
chart: universal-chart
version: "0.1.7"
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:
remarks-static:
enabled: true
image:
name:
_default: cr.yandex/crp3ccidau046kdj8g9q/remarks-frontend:wb_2c0adf31
pullPolicy:
_default: IfNotPresent
deployment:
enabled: true
name:
_default: remarks-static
replicaCount:
_default: 1
port:
_default: 8080
probes:
liveness:
enabled: false
readiness:
enabled: false
service:
enabled: true
name:
_default: remarks-static
type:
_default: ClusterIP
port:
_default: 80
targetPort:
_default: 8080
portName:
_default: tcp
imagePullSecrets:
enabled:
_default: true
name:
_default: dockerhub
commitSha: ""
gitlabUri: ""
gitlabJobUrl: ""
owner: ""