Add a network-base for workload
This commit is contained in:
@ -97,6 +97,13 @@ releases:
|
||||
- kube-system/coredns
|
||||
- kube-system/cilium
|
||||
namespace: traefik-system
|
||||
|
||||
- name: network-base
|
||||
chart: ../charts/network-base-workload/
|
||||
needs:
|
||||
- kube-system/namespaces
|
||||
- cert-manager/cert-manager
|
||||
|
||||
|
||||
- name: kubernetes-dashboard
|
||||
chart: zot/kubernetes-dashboard
|
||||
|
21
workload/values/kubernetes-dashboard.yaml
Normal file
21
workload/values/kubernetes-dashboard.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
# Keep 'localhost' host only if you want to access Dashboard using 'kubectl port-forward ...' on:
|
||||
# https://localhost:8443
|
||||
- localhost
|
||||
# - kubernetes.dashboard.domain.com
|
||||
ingressClassName: traefik
|
||||
pathType: ImplementationSpecific
|
||||
path: /
|
||||
issuer:
|
||||
name: selfsigned
|
||||
# Scope determines what kind of issuer annotation will be used on ingress resource
|
||||
# - default - adds 'cert-manager.io/issuer'
|
||||
# - cluster - adds 'cert-manager.io/cluster-issuer'
|
||||
# - disabled - disables cert-manager annotations
|
||||
scope: cluster
|
||||
tls:
|
||||
secretName: ""
|
||||
labels: {}
|
||||
annotations: {}
|
Reference in New Issue
Block a user