Skip to content

Commit

Permalink
Remove forecastle app in favour of homepage (#71)
Browse files Browse the repository at this point in the history
* Remove forecastle app in favour of homepage
* Get rid of forecastle leftovers
* Comment out homepage installation
  • Loading branch information
cyxou authored Nov 12, 2023
1 parent 14fef49 commit 86bfb6a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@create-cluster:
mkdir -p $(pwd)/.data
k3d cluster create --config k3d-config.yaml
helm install forecastle ./charts/forecastle
# helm install homepage ./charts/homepage
until [ -n "$(kubectl wait deployment -n kube-system traefik --for condition=Available=True)" ]; do sleep 5; done
kubectl create -f ./charts/traefik/traefik-dashboard.yaml
echo "🎉 k3d cluster is ready to use!"
Expand Down
2 changes: 1 addition & 1 deletion charts/librepod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: librepod
description: A Helm library chart for LibrePod specific Kubernetes clusters
type: library
version: 1.2.1
version: 1.3.0
2 changes: 0 additions & 2 deletions charts/librepod/templates/_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ Main entrypoint for the librepod library chart. It will render all underlying te

{{ include "librepod.ingressroute" . | nindent 0 }}

{{ include "librepod.forecastleapp" . | nindent 0 }}

{{- end -}}
42 changes: 0 additions & 42 deletions charts/librepod/templates/_forecastleapp.yaml

This file was deleted.

0 comments on commit 86bfb6a

Please sign in to comment.