add dashboard

This commit is contained in:
Kochetkov S 2026-04-09 12:06:56 +03:00
parent d68f6433c5
commit 9ccac41a42
4 changed files with 20 additions and 0 deletions

View File

@ -38,3 +38,10 @@ patches:
kind: HelmRelease
name: dashboard
namespace: kubernetes-dashboard
- path: ./patches/dashboard-certificate.yaml
target:
group: cert-manager.io
version: v1
kind: Certificate
name: dashboard-tls
namespace: kubernetes-dashboard

View File

@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: dashboard-tls
namespace: kubernetes-dashboard
spec:
secretName: dashboard-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt-issuer-istio
dnsNames:
- dashboard.example.local

View File

@ -4,3 +4,4 @@ namespace: kubernetes-dashboard
resources:
- namespace.yaml
- helmrelease.yaml
- certificate.yaml