initial migration
This commit is contained in:
		
							
								
								
									
										56
									
								
								kluster/flux-system/dashboard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								kluster/flux-system/dashboard.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,56 @@
 | 
			
		||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
 | 
			
		||||
kind: HelmRepository
 | 
			
		||||
metadata:
 | 
			
		||||
  annotations:
 | 
			
		||||
    metadata.weave.works/description: This is the source location for the Weave GitOps
 | 
			
		||||
      Dashboard's helm chart.
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/component: ui
 | 
			
		||||
    app.kubernetes.io/created-by: weave-gitops-cli
 | 
			
		||||
    app.kubernetes.io/name: weave-gitops-dashboard
 | 
			
		||||
    app.kubernetes.io/part-of: weave-gitops
 | 
			
		||||
  name: flux-dashboard
 | 
			
		||||
  namespace: flux-system
 | 
			
		||||
spec:
 | 
			
		||||
  interval: 1h0m0s
 | 
			
		||||
  type: oci
 | 
			
		||||
  url: oci://ghcr.io/weaveworks/charts
 | 
			
		||||
---
 | 
			
		||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
 | 
			
		||||
kind: HelmRelease
 | 
			
		||||
metadata:
 | 
			
		||||
  annotations:
 | 
			
		||||
    metadata.weave.works/description: This is the Weave GitOps Dashboard.  It provides
 | 
			
		||||
      a simple way to get insights into your GitOps workloads.
 | 
			
		||||
  name: flux-dashboard
 | 
			
		||||
  namespace: flux-system
 | 
			
		||||
spec:
 | 
			
		||||
  chart:
 | 
			
		||||
    spec:
 | 
			
		||||
      chart: weave-gitops
 | 
			
		||||
      sourceRef:
 | 
			
		||||
        kind: HelmRepository
 | 
			
		||||
        name: flux-dashboard
 | 
			
		||||
  interval: 1h0m0s
 | 
			
		||||
  values:
 | 
			
		||||
    adminUser:
 | 
			
		||||
      create: true
 | 
			
		||||
      passwordHash: $2a$10$k0UXfoFU9qbQQYOD/fJWY.Wlr5z9YVTyC0WrnOk50QhKuo1Y0SZoK
 | 
			
		||||
      username: admin
 | 
			
		||||
# ---
 | 
			
		||||
# apiVersion: traefik.containo.us/v1alpha1
 | 
			
		||||
# kind: IngressRoute
 | 
			
		||||
# metadata:
 | 
			
		||||
#   namespace: flux-system
 | 
			
		||||
#   name: flux-ingressroute
 | 
			
		||||
# spec:
 | 
			
		||||
#   entryPoints:
 | 
			
		||||
#     - websecure
 | 
			
		||||
#   routes:
 | 
			
		||||
#   - match: Host(`flux.kluster.moll.re`)
 | 
			
		||||
#     kind: Rule
 | 
			
		||||
#     services:
 | 
			
		||||
#     - name: flux-dashboard-weave-gitops
 | 
			
		||||
#       port: 9001
 | 
			
		||||
#   tls:
 | 
			
		||||
#     certResolver: default-tls
 | 
			
		||||
		Reference in New Issue
	
	Block a user