Skip to content

Commit

Permalink
k8s/dashboard: init
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 22, 2024
1 parent e8f5ab8 commit d31691e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions k8s/k8s-dashboard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: v1
kind: Namespace
metadata:
name: kubernetes-dashboard
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard
namespace: apps
spec:
project: apps
source:
chart: kubernetes-dashboard
repoURL: https://kubernetes.github.io/dashboard/
targetRevision: 7.10.0
helm:
releaseName: kubernetes-dashboard
valuesObject:
app:
ingress:
enabled: true
ingressClassName: nginx
issuer:
name: letsencrypt-production
scope: cluster
hosts:
- dashboard.k8s.jessie.cafe
destination:
server: "https://kubernetes.default.svc"
namespace: kubernetes-dashboard
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false

0 comments on commit d31691e

Please sign in to comment.