Skip to content

Commit

Permalink
feat(core-services): move from weave gitops to headlamp
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas committed Dec 16, 2024
1 parent 0e046bb commit 96ce5b2
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 62 deletions.
File renamed without changes.
34 changes: 34 additions & 0 deletions core-services/headlamp/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: headlamp
namespace: kube-system
spec:
chart:
spec:
chart: headlamp
version: 0.27.0
sourceRef:
kind: HelmRepository
name: headlamp
interval: 1h0m0s
values:
ingress:
enabled: true
ingressClassName: traefik
hosts:
- host: headlamp.totorinho.duckdns.org
paths:
- path: /
type: ImplementationSpecific
tls:
- secretName: duckdns-wildcard-cert-totorinho.duckdns.org
hosts:
- headlamp.totorinho.duckdns.org
annotations:
gethomepage.dev/name: Headlamp UI
gethomepage.dev/description: Kubernetes UI
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Management
gethomepage.dev/icon: kubernetes.png
gethomepage.dev/pod-selector: "app.kubernetes.io/name=headlamp"
8 changes: 8 additions & 0 deletions core-services/headlamp/repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: headlamp
namespace: kube-system
spec:
interval: 1h0m0s
url: https://headlamp-k8s.github.io/headlamp/
2 changes: 1 addition & 1 deletion core-services/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- weave-dashboard
- headlamp
- monitoring
43 changes: 0 additions & 43 deletions core-services/weave-dashboard/release.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions core-services/weave-dashboard/repository.yaml

This file was deleted.

0 comments on commit 96ce5b2

Please sign in to comment.