diff options
Diffstat (limited to '')
-rw-r--r-- | rpi5/windmill/.helmignore | 23 | ||||
-rw-r--r-- | rpi5/windmill/Chart.lock | 6 | ||||
-rw-r--r-- | rpi5/windmill/Chart.yaml | 29 | ||||
-rw-r--r-- | rpi5/windmill/templates/_helpers.tpl | 62 | ||||
-rw-r--r-- | rpi5/windmill/values.yaml | 51 |
5 files changed, 0 insertions, 171 deletions
diff --git a/rpi5/windmill/.helmignore b/rpi5/windmill/.helmignore deleted file mode 100644 index 0e8a0eb3..00000000 --- a/rpi5/windmill/.helmignore +++ /dev/null @@ -1,23 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*.orig -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ diff --git a/rpi5/windmill/Chart.lock b/rpi5/windmill/Chart.lock deleted file mode 100644 index 4003fbcd..00000000 --- a/rpi5/windmill/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: windmill - repository: https://windmill-labs.github.io/windmill-helm-charts/ - version: 2.0.482 -digest: sha256:4740992e22f3a85f169a8d4d0f894c4c36956c05cad0208d01ffb275696e6ac7 -generated: "2025-09-07T13:43:52.941096831Z" diff --git a/rpi5/windmill/Chart.yaml b/rpi5/windmill/Chart.yaml deleted file mode 100644 index a9246e67..00000000 --- a/rpi5/windmill/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -name: windmill -description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" - -dependencies: - - name: windmill - version: 2.0.482 - repository: https://windmill-labs.github.io/windmill-helm-charts/ diff --git a/rpi5/windmill/templates/_helpers.tpl b/rpi5/windmill/templates/_helpers.tpl deleted file mode 100644 index 049df3cd..00000000 --- a/rpi5/windmill/templates/_helpers.tpl +++ /dev/null @@ -1,62 +0,0 @@ -{{/* -Expand the name of the chart. -*/}} -{{- define "windmill.name" -}} -{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Create a default fully qualified app name. -We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). -If release name contains chart name it will be used as a full name. -*/}} -{{- define "windmill.fullname" -}} -{{- if .Values.fullnameOverride }} -{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- if contains $name .Release.Name }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} -{{- else }} -{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} -{{- end }} -{{- end }} -{{- end }} - -{{/* -Create chart name and version as used by the chart label. -*/}} -{{- define "windmill.chart" -}} -{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} -{{- end }} - -{{/* -Common labels -*/}} -{{- define "windmill.labels" -}} -helm.sh/chart: {{ include "windmill.chart" . }} -{{ include "windmill.selectorLabels" . }} -{{- if .Chart.AppVersion }} -app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} -{{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end }} - -{{/* -Selector labels -*/}} -{{- define "windmill.selectorLabels" -}} -app.kubernetes.io/name: {{ include "windmill.name" . }} -app.kubernetes.io/instance: {{ .Release.Name }} -{{- end }} - -{{/* -Create the name of the service account to use -*/}} -{{- define "windmill.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "windmill.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} diff --git a/rpi5/windmill/values.yaml b/rpi5/windmill/values.yaml deleted file mode 100644 index a2f205ea..00000000 --- a/rpi5/windmill/values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# This is to override the chart name. -nameOverride: "" -fullnameOverride: "" - -# Traefik IngressRoute options -ingressRoute: - enabled: true - entryPoints: - - websecure - hosts: - - windmill.local - - windmill.internal - middlewares: - - name: security-headers - namespace: traefik - tls: - enabled: true - duration: 2160h0m0s - renewBefore: 720h0m0s - privateKey: - algorithm: ECDSA - size: 384 - rotationPolicy: Always - issuerRef: - group: cas-issuer.jetstack.io - kind: GoogleCASClusterIssuer - name: anshulg-ca - -windmill: - windmill: - baseDomain: windmill.anshulg.net - baseProtocol: https - image: ghcr.io/windmill-labs/windmill-full - postgresql: - enabled: true - - ingress: - enabled: true - tls: - - hosts: - - windmill.anshulg.net - secretName: windmill-tls-cert - annotations: - cert-manager.io/issuer-group: "cas-issuer.jetstack.io" - cert-manager.io/issuer-kind: "GoogleCASClusterIssuer" - cert-manager.io/issuer: "anshulg-ca" - cert-manager.io/private-key-algorithm: "ECDSA" - cert-manager.io/private-key-size: "384" - cert-manager.io/private-key-rotation-policy: "Always" - traefik.ingress.kubernetes.io/router.entrypoints: "websecure" - external-dns.alpha.kubernetes.io/target: 192.168.1.100 |