add dashboard
This commit is contained in:
parent
d44f75ac4e
commit
8279b908ac
@ -44,7 +44,7 @@ patches:
|
||||
version: v1
|
||||
kind: Certificate
|
||||
name: dashboard-tls
|
||||
namespace: kubernetes-dashboard
|
||||
namespace: istio-system
|
||||
- path: ./patches/clusterissuer-letsencrypt.yaml
|
||||
target:
|
||||
group: cert-manager.io
|
||||
|
||||
@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: dashboard-tls
|
||||
namespace: kubernetes-dashboard
|
||||
namespace: istio-system
|
||||
spec:
|
||||
dnsNames:
|
||||
- dashboard.contour.infra.sarex.tech
|
||||
|
||||
@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: dashboard-tls
|
||||
namespace: kubernetes-dashboard
|
||||
namespace: istio-system
|
||||
spec:
|
||||
secretName: dashboard-tls
|
||||
issuerRef:
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kubernetes-dashboard
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrelease.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user