-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweave-gitops-dashboard.yaml
64 lines (64 loc) · 1.64 KB
/
weave-gitops-dashboard.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
apiVersion: source.toolkit.fluxcd.io/v1
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: weave
namespace: flux-system
spec:
interval: 1h0m0s
type: oci
url: oci://ghcr.io/weaveworks/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
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: weave
namespace: flux-system
spec:
chart:
spec:
chart: weave-gitops
version: 4.0.36
sourceRef:
kind: HelmRepository
name: weave
interval: 1h0m0s
driftDetection:
mode: enabled
values:
envVars:
- name: WEAVE_GITOPS_FEATURE_OIDC_BUTTON_LABEL
value: "Login with Authentik"
adminUser:
create: true
passwordHash: $2a$10$wmIw6kimi2UgY/4Q7XxQLeS3PorlUCMW4wV7pum3Hxw1owv9Y7mHO
username: admin
metrics:
enabled: true
ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: cloudflare
nginx.ingress.kubernetes.io/ssl-redirect: "true"
className: nginx
hosts:
- host: weave.mcswain.dev
paths:
- path: /
pathType: Prefix
tls:
- secretName: weave-mcswain-dev
hosts:
- weave.mcswain.dev