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