mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
Use headlamp to replace kube dashboard
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
chart: kubernetes-dashboard
|
||||
repoURL: https://kubernetes.github.io/dashboard/
|
||||
path: kubernetes-dashboard
|
||||
targetRevision: 7.5.0
|
||||
targetRevision: 7.10.1
|
||||
helm:
|
||||
releaseName: kubernetes
|
||||
values: |
|
||||
@@ -29,7 +29,7 @@ spec:
|
||||
metricsScraper:
|
||||
enabled: false
|
||||
kong:
|
||||
enabled: true
|
||||
enabled: false
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: default
|
||||
@@ -0,0 +1,39 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: headlamp
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
chart: headlamp
|
||||
repoURL: https://headlamp-k8s.github.io/
|
||||
path: headlamp
|
||||
targetRevision: 0.27.0
|
||||
helm:
|
||||
releaseName: headlamp
|
||||
# https://github.com/headlamp-k8s/headlamp/blob/main/charts/headlamp/values.yaml
|
||||
values: |
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
kubernetes.io/tls-acme: "true"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
||||
hosts:
|
||||
- host: k8s.junv.cc
|
||||
paths:
|
||||
- path: /
|
||||
tls:
|
||||
- secretName: headlamp-tls
|
||||
hosts:
|
||||
- k8s.junv.cc
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Reference in New Issue
Block a user