iac/infrastructure/dashboard/yc-ecp/dashboard.yaml

30 lines
773 B
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.

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: dashboard
namespace: kubernetes-dashboard
spec:
# istio в yc-ecp поставлен istio-operator, HelmRelease istio-base/istiod
# в кластере нет — с зависимостями из base релиз никогда не станет Ready
dependsOn: []
interval: 5m
timeout: 10m
values:
destinationRule:
enabled: true
host: "dashboard-kong-proxy"
tlsMode: "DISABLE"
# Gateway, Certificate и VirtualService описаны в istio-config
virtualService:
enabled: false
gateway:
enabled: false
app:
image:
pullSecrets:
- dockerhub
kong:
image:
pullSecrets:
- dockerhub