Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dashboard #221

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions manifest/infrastructure/kubernetes-dashboard/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubernetes-dashboard-application
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/ictsc/ictsc-drove.git
path: manifest/infrastructure/kubernetes-dashboard
targetRevision: main
plugin: {}
destination:
server: https://kubernetes.default.svc
namespace: kubernetes-dashboard
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
environments:
dev: {}
prod: {}
14 changes: 14 additions & 0 deletions manifest/infrastructure/kubernetes-dashboard/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bases:
- environments.yaml

repositories:
- name: kubernetes-dashboard
url: https://kubernetes.github.io/dashboard/

releases:
- name: kubernetes-dashboard
namespace: kubernetes-dashboard
chart: kubernetes-dashboard/kubernetes-dashboard
version: 7.8.0
- name: local-charts
chart: ./local
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: hnc.x-k8s.io/v1alpha2
kind: HierarchyConfiguration
metadata:
name: hierarchy
namespace: kubernetes-dashboard
spec:
parent: infrastructure