mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add Kubernetes dashboard
This commit is contained in:
18
apps/prod/dashboard/release.yaml
Normal file
18
apps/prod/dashboard/release.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# /apps/prod/dashboard/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: dashboard
|
||||
namespace: dashboard
|
||||
spec:
|
||||
interval: 12h
|
||||
chart:
|
||||
spec:
|
||||
chart: kubernetes-dashboard
|
||||
version: "7.12.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: dashboard
|
||||
namespace: dashboard
|
||||
interval: 12h
|
||||
|
||||
Reference in New Issue
Block a user