-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelm-release.yaml
50 lines (50 loc) · 1.47 KB
/
helm-release.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
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: headlamp
namespace: headlamp
labels:
helm.toolkit.fluxcd.io/crds: enabled
helm.toolkit.fluxcd.io/helm-test: enabled
helm.toolkit.fluxcd.io/remediation: enabled
spec:
interval: 10m
chart:
spec:
chart: headlamp
version: 0.27.0
sourceRef:
kind: HelmRepository
name: headlamp
postRenderers:
- kustomize:
patches:
- target:
kind: Deployment
name: headlamp
patch: |
- op: add
path: /metadata/annotations/secret.reloader.stakater.com~1reload
value: oidc
# https://github.com/headlamp-k8s/headlamp/blob/main/charts/headlamp/values.yaml
values:
config:
oidc:
clientID: github
clientSecret: ${dex_client_secret}
issuerURL: https://dex.${cluster_domain}
scopes: "profile,email,groups"
ingress:
enabled: true
ingressClassName: ${ingress_class_name:=}
hosts:
- host: headlamp.${cluster_domain}
paths:
- path: /
type: ImplementationSpecific
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: Headlamp
gethomepage.dev/description: A web UI for managing Kubernetes clusters.
gethomepage.dev/group: Management
gethomepage.dev/icon: https://pbs.twimg.com/profile_images/1537480067227566080/waXG0X7n_400x400.jpg