Compare commits
130 Commits
nginx-ingr
...
odoo-rewor
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a5aacffd | |||
| f26304e5b8 | |||
| cf39626324 | |||
| 42d2bdbf4a | |||
| 6b9f1792a6 | |||
| 98e4812a3e | |||
| 88fd35d2fd | |||
| b6c96025d0 | |||
| f0552c9548 | |||
| 3e00bef7fa | |||
| d8029652d1 | |||
| d11b156f15 | |||
| 854f936c13 | |||
| 88e49484bb | |||
| d72e29ff16 | |||
| 3bbb2f8240 | |||
| c84b0cd754 | |||
| b0b300073f | |||
| 4c8e4fdda8 | |||
| 33ae8790bc | |||
| ef882de1d8 | |||
| 975319c401 | |||
| 08359d4642 | |||
| 7924303a33 | |||
| 4092438f95 | |||
| 180b147897 | |||
| beaf854645 | |||
| c06b8bf2f3 | |||
| 71d8aa9fc5 | |||
| b648b0fc49 | |||
| 5ffcfa4039 | |||
| d083169e65 | |||
| 661abbce61 | |||
| d6c0a3c548 | |||
| 05f4d90f56 | |||
| 9ac2647482 | |||
| a3fa03c9f3 | |||
| d3cb5b4365 | |||
| 277ea22a82 | |||
| 529ebc8095 | |||
| 70118e5aeb | |||
| 7250745e1b | |||
| 4bcde27ac1 | |||
| b2cb0216d8 | |||
| 861b2053c1 | |||
| 06857a895c | |||
| f9bc508d58 | |||
| c362721538 | |||
| e2d372571c | |||
| a857624a05 | |||
| 08aad1ca8c | |||
| 309d61aa78 | |||
| 0f38692cb2 | |||
| c42fd89401 | |||
| 820e802cf5 | |||
| aced9ae111 | |||
| e3225f7857 | |||
| 8984a8d724 | |||
| f760fb39fa | |||
| e7499cca2e | |||
| 27eb541988 | |||
| 2830fc02ea | |||
| cc2297d2ac | |||
| e6b1d93c84 | |||
| d52e217a0f | |||
| 1901e0708a | |||
| 3242d4f457 | |||
| cb4bd089fc | |||
| f84f9c6b6e | |||
| 40957575f9 | |||
| 7ad534a148 | |||
| ed9d983be2 | |||
| c708493095 | |||
| 0dea2b2499 | |||
| f370d89d61 | |||
| e7f7665733 | |||
| 881245657d | |||
| 3637c12f41 | |||
| 81fdbc130c | |||
| 2d58d848db | |||
| cb43e2332f | |||
| d870497573 | |||
| f3a230c0eb | |||
| 225fa64f39 | |||
| 64600c00b1 | |||
| 2a81a080f1 | |||
| 451d8cd8ba | |||
| 6654cf081c | |||
| 462ebc4af7 | |||
| 29161da328 | |||
| 008a6d1374 | |||
| 1a9babcf15 | |||
| ec1e6f5f00 | |||
| a84c4f333a | |||
| ee33ea6492 | |||
| 222ac5285d | |||
| db8ef4c8da | |||
| ee0a59ecf9 | |||
| a8a74d42ef | |||
| eab4de44ac | |||
| c526656def | |||
| 8ba0ebf37f | |||
| 7fb02e9c6a | |||
| 2bfde8c425 | |||
| e3023cf57a | |||
| e6dd804ab7 | |||
| 83f88f9848 | |||
| ba3111b2c3 | |||
| 51067ab5e9 | |||
| d5ad2b76b5 | |||
| 305729e71b | |||
| cf3ceea721 | |||
| c0097428df | |||
| 8471de450f | |||
| 20e4b0ea80 | |||
| a0337ee511 | |||
| f7f733bbe6 | |||
| bc60142ad2 | |||
| 32d6c60215 | |||
| 8ccc68af7c | |||
| 26bd2159d4 | |||
| 4069a10100 | |||
| 73d37d0d19 | |||
| 5259a246cc | |||
| 144564c6b0 | |||
| 623965abb5 | |||
| 5281ee2f1b | |||
| 213f8ad117 | |||
| ccc94cb7f6 | |||
| 372d3634e4 |
23
immich-argocd-apps/.helmignore
Normal file
23
immich-argocd-apps/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
6
immich-argocd-apps/Chart.yaml
Normal file
6
immich-argocd-apps/Chart.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: immich-argocd-apps
|
||||
description: A Helm chart for deploying Immich as an ArgoCD app
|
||||
type: application
|
||||
version: 0.3.0
|
||||
appVersion: v1.123.0
|
||||
62
immich-argocd-apps/templates/_helpers.tpl
Normal file
62
immich-argocd-apps/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "immich-argocd-apps.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 "immich-argocd-apps.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 "immich-argocd-apps.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-apps.labels" -}}
|
||||
helm.sh/chart: {{ include "immich-argocd-apps.chart" . }}
|
||||
{{ include "immich-argocd-apps.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-apps.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "immich-argocd-apps.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "immich-argocd-apps.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "immich-argocd-apps.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
65
immich-argocd-apps/templates/immich-main-chart.yaml
Normal file
65
immich-argocd-apps/templates/immich-main-chart.yaml
Normal file
@@ -0,0 +1,65 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: immich-main-chart
|
||||
namespace: argocd # Ensure this is the namespace where Argo CD is installed
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://immich-app.github.io/immich-charts"
|
||||
chart: immich
|
||||
targetRevision: 0.x
|
||||
helm:
|
||||
releaseName: immich
|
||||
valuesObject:
|
||||
image:
|
||||
tag: {{ .Chart.AppVersion }}
|
||||
immich:
|
||||
persistence:
|
||||
library:
|
||||
existingClaim: immich-library
|
||||
redis:
|
||||
enabled: true
|
||||
env:
|
||||
- name: DB_HOSTNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-pg-app
|
||||
key: host
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-pg-app
|
||||
key: password
|
||||
- name: DB_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-pg-app
|
||||
key: username
|
||||
- name: DB_DATABASE_NAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich-pg-app
|
||||
key: dbname
|
||||
- name: REDIS_HOSTNAME
|
||||
value: immich-redis-master
|
||||
# value: '{{ printf "%s-redis-master" .Release.Name }}'
|
||||
- name: IMMICH_MACHINE_LEARNING_URL
|
||||
value: "http://immich-machine-learning:3003"
|
||||
# value: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
33
immich-argocd-apps/templates/immich-postinstall-app.yaml
Normal file
33
immich-argocd-apps/templates/immich-postinstall-app.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: immich-postinstall
|
||||
namespace: argocd # Ensure this is the namespace where Argo CD is installed
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: immich-argocd-postInstall
|
||||
helm:
|
||||
releaseName: immich-postinstall
|
||||
valuesObject:
|
||||
tailscaleIngresses:
|
||||
immichHostName: {{ .Values.tailscaleIngresses.immichHostName }}
|
||||
filebrowserHostName: {{ .Values.tailscaleIngresses.filebrowserHostName }}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
@@ -0,0 +1,58 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: immich-pvc-filebrowser-chart
|
||||
namespace: argocd # Ensure this is the namespace where Argo CD is installed
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "tccr.io/truecharts"
|
||||
chart: filebrowser
|
||||
targetRevision: 11.x
|
||||
helm:
|
||||
releaseName: filebrowser
|
||||
valuesObject:
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
type: pvc
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
accessModes: ReadWriteOnce
|
||||
size: 100Mi
|
||||
storageClass: {{ .Values.filebrowser.configStorageClassName }}
|
||||
database:
|
||||
enabled: true
|
||||
mountPath: /database
|
||||
type: pvc
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
accessModes: ReadWriteOnce
|
||||
size: 100Mi
|
||||
storageClass: {{ .Values.filebrowser.configStorageClassName }}
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
type: pvc
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
existingClaim: immich-library
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
jsonPointers:
|
||||
- /spec/template/spec/hostUsers
|
||||
38
immich-argocd-apps/templates/immich-requirements-app.yaml
Normal file
38
immich-argocd-apps/templates/immich-requirements-app.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: immich-requirements
|
||||
namespace: argocd # Ensure this is the namespace where Argo CD is installed
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: immich-argocd-requirements
|
||||
helm:
|
||||
releaseName: immich-requirements
|
||||
valuesObject:
|
||||
mainNamespace: {{ .Values.mainNamespace }}
|
||||
immichDb:
|
||||
dbClusterInstances: {{ .Values.immichDb.dbClusterInstances }}
|
||||
dbClusterStorageClass: {{ .Values.immichDb.dbClusterStorageClass }}
|
||||
dbClusterStorageSize: {{ .Values.immichDb.dbClusterStorageSize }}
|
||||
photosLibrary:
|
||||
storageClassName: {{ .Values.photosLibrary.storageClassName }}
|
||||
storageSize: {{ .Values.photosLibrary.storageSize }}
|
||||
destination:
|
||||
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
13
immich-argocd-apps/values.yaml
Normal file
13
immich-argocd-apps/values.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
mainNamespace: immich
|
||||
tailscaleIngresses:
|
||||
immichHostName: photos
|
||||
filebrowserHostName: immich-files
|
||||
photosLibrary:
|
||||
storageClassName:
|
||||
storageSize: 500Gi
|
||||
immichDb:
|
||||
dbClusterInstances: 3
|
||||
dbClusterStorageClass:
|
||||
dbClusterStorageSize: 10Gi
|
||||
filebrowser:
|
||||
configStorageClassName:
|
||||
23
immich-argocd-postInstall/.helmignore
Normal file
23
immich-argocd-postInstall/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
24
immich-argocd-postInstall/Chart.yaml
Normal file
24
immich-argocd-postInstall/Chart.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v2
|
||||
name: immich-argocd-postInstall
|
||||
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.1
|
||||
|
||||
# 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"
|
||||
62
immich-argocd-postInstall/templates/_helpers.tpl
Normal file
62
immich-argocd-postInstall/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "immich-argocd-postInstall.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 "immich-argocd-postInstall.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 "immich-argocd-postInstall.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-postInstall.labels" -}}
|
||||
helm.sh/chart: {{ include "immich-argocd-postInstall.chart" . }}
|
||||
{{ include "immich-argocd-postInstall.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-postInstall.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "immich-argocd-postInstall.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "immich-argocd-postInstall.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "immich-argocd-postInstall.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
14
immich-argocd-postInstall/templates/filebrowser-ingress.yaml
Normal file
14
immich-argocd-postInstall/templates/filebrowser-ingress.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ts-filebrowser-bis
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: filebrowser
|
||||
port:
|
||||
number: 10187
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.filebrowserHostName }}
|
||||
16
immich-argocd-postInstall/templates/immich-ingress.yaml
Normal file
16
immich-argocd-postInstall/templates/immich-ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ts-immich
|
||||
annotations:
|
||||
tailscale.com/funnel: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: immich-server
|
||||
port:
|
||||
name: http
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.immichHostName }}
|
||||
3
immich-argocd-postInstall/values.yaml
Normal file
3
immich-argocd-postInstall/values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
tailscaleIngresses:
|
||||
immichHostName: photos
|
||||
filebrowserHostName: immich-files
|
||||
23
immich-argocd-requirements/.helmignore
Normal file
23
immich-argocd-requirements/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
6
immich-argocd-requirements/Chart.yaml
Normal file
6
immich-argocd-requirements/Chart.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: immich-argocd-requirements
|
||||
description: A Helm chart for the underlying requirements to deploy Immich
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
1
immich-argocd-requirements/README
Normal file
1
immich-argocd-requirements/README
Normal file
@@ -0,0 +1 @@
|
||||
This chart requires CNPG (Cloud Native Postgres) installed on the Kubernetes cluster, as well as the Tailscale operator (for the ingress)
|
||||
62
immich-argocd-requirements/templates/_helpers.tpl
Normal file
62
immich-argocd-requirements/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "immich-argocd-requirements.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 "immich-argocd-requirements.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 "immich-argocd-requirements.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-requirements.labels" -}}
|
||||
helm.sh/chart: {{ include "immich-argocd-requirements.chart" . }}
|
||||
{{ include "immich-argocd-requirements.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "immich-argocd-requirements.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "immich-argocd-requirements.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "immich-argocd-requirements.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "immich-argocd-requirements.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
43
immich-argocd-requirements/templates/db-cluster.yaml
Normal file
43
immich-argocd-requirements/templates/db-cluster.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
# From https://github.com/immich-app/immich/discussions/9060#discussioncomment-9688353
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: immich-pg
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
spec:
|
||||
instances: {{ .Values.immichDb.dbClusterInstances }}
|
||||
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1
|
||||
# superuserSecret:
|
||||
# name: immich-pg-superuser
|
||||
# enableSuperuserAccess: true
|
||||
startDelay: 30
|
||||
stopDelay: 100
|
||||
# primaryUpdateStrategy: unsupervised
|
||||
# primaryUpdateMethod: switchover
|
||||
postgresql:
|
||||
shared_preload_libraries:
|
||||
- "vectors.so"
|
||||
enableAlterSystem: true
|
||||
storage:
|
||||
storageClass: {{ .Values.immichDb.dbClusterStorageClass }}
|
||||
size: {{ .Values.immichDb.dbClusterStorageSize }}
|
||||
# monitoring:
|
||||
# enablePodMonitor: false
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: immich
|
||||
owner: immich
|
||||
# secret:
|
||||
# name: immich-pg-user
|
||||
dataChecksums: true
|
||||
postInitApplicationSQL:
|
||||
- ALTER SYSTEM SET search_path TO "$user", public, vectors;
|
||||
- SET search_path TO "$user", public, vectors;
|
||||
- CREATE EXTENSION IF NOT EXISTS "vectors";
|
||||
- CREATE EXTENSION IF NOT EXISTS "cube";
|
||||
- CREATE EXTENSION IF NOT EXISTS "earthdistance";
|
||||
- ALTER SCHEMA vectors OWNER TO "immich";
|
||||
- GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA vectors TO "immich";
|
||||
- GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO "immich";
|
||||
# - CREATE EXTENSION IF NOT EXISTS "vector";
|
||||
# - ALTER ROLE "immich" WITH "superuser";
|
||||
11
immich-argocd-requirements/templates/library-pvc.yaml
Normal file
11
immich-argocd-requirements/templates/library-pvc.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: immich-library
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: {{ .Values.photosLibrary.storageClassName }}
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.photosLibrary.storageSize }}
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ImageCatalog
|
||||
metadata:
|
||||
name: pgvecto-rs
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
spec:
|
||||
images:
|
||||
- major: 16
|
||||
image: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16-v0.2.1
|
||||
10
immich-argocd-requirements/values.yaml
Normal file
10
immich-argocd-requirements/values.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
mainNamespace: immich
|
||||
|
||||
immichDb:
|
||||
dbClusterInstances: 3
|
||||
dbClusterStorageClass: null
|
||||
dbClusterStorageSize: "10Gi"
|
||||
|
||||
photosLibrary:
|
||||
storageClassName:
|
||||
storageSize: 500Gi
|
||||
23
k3s-tooling/.helmignore
Normal file
23
k3s-tooling/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
k3s-tooling/Chart.yaml
Normal file
5
k3s-tooling/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: k3s-tooling
|
||||
description: A Helm chart for deploying some kubernetes ressources
|
||||
type: application
|
||||
version: 0.1.0
|
||||
62
k3s-tooling/templates/_helpers.tpl
Normal file
62
k3s-tooling/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "k3s-tooling.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 "k3s-tooling.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 "k3s-tooling.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "k3s-tooling.labels" -}}
|
||||
helm.sh/chart: {{ include "k3s-tooling.chart" . }}
|
||||
{{ include "k3s-tooling.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "k3s-tooling.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "k3s-tooling.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "k3s-tooling.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "k3s-tooling.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
32
k3s-tooling/templates/certmanager.yaml
Normal file
32
k3s-tooling/templates/certmanager.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
{{- if .Values.certManager.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://charts.jetstack.io"
|
||||
chart: cert-manager # Chart name
|
||||
targetRevision: {{ .Values.certManager.targetRevision }} # Version of the chart (update to latest if needed)
|
||||
helm:
|
||||
valuesObject:
|
||||
crds:
|
||||
enabled: true
|
||||
destination:
|
||||
server: {{ .Values.certManager.destination.server }}
|
||||
namespace: {{ .Values.certManager.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
28
k3s-tooling/templates/cnpg.yaml
Normal file
28
k3s-tooling/templates/cnpg.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
{{- if .Values.cnpg.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cnpg
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://cloudnative-pg.github.io/charts" # Helm repository for Tailscale
|
||||
chart: cloudnative-pg # Chart name
|
||||
targetRevision: {{ .Values.cnpg.targetRevision }}
|
||||
destination:
|
||||
server: {{ .Values.cnpg.destination.server }}
|
||||
namespace: {{ .Values.cnpg.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
28
k3s-tooling/templates/keycloak-operator.yaml
Normal file
28
k3s-tooling/templates/keycloak-operator.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
{{- if .Values.keycloakOperator.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: keycloak-operator
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://github.com/roukydesbois/keycloak-operator.git"
|
||||
targetRevision: HEAD
|
||||
path: 'keycloak-operator'
|
||||
helm:
|
||||
releaseName: keycloak-operator
|
||||
destination:
|
||||
server: {{ .Values.keycloakOperator.destination.server }}
|
||||
namespace: {{ .Values.keycloakOperator.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
26
k3s-tooling/templates/longhorn.yaml
Normal file
26
k3s-tooling/templates/longhorn.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
{{- if .Values.longhorn.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://charts.longhorn.io" # Helm repository for Tailscale
|
||||
chart: longhorn # Chart name
|
||||
targetRevision: {{ .Values.longhorn.targetRevision }}
|
||||
destination:
|
||||
server: {{ .Values.longhorn.destination.server }}
|
||||
namespace: {{ .Values.longhorn.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
37
k3s-tooling/templates/tailscale-operator.yaml
Normal file
37
k3s-tooling/templates/tailscale-operator.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
{{- if .Values.tailscaleOperator.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: tailscale-operator
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://pkgs.tailscale.com/helmcharts"
|
||||
chart: tailscale-operator
|
||||
targetRevision: {{ .Values.tailscaleOperator.targetRevision }}
|
||||
helm:
|
||||
valuesObject:
|
||||
oauth:
|
||||
clientId: {{ .Values.tailscaleOperator.oauth.clientId }}
|
||||
clientSecret: {{ .Values.tailscaleOperator.oauth.clientSecret }}
|
||||
operatorConfig:
|
||||
hostname: {{ .Values.tailscaleOperator.operatorHostname }}
|
||||
apiServerProxyConfig:
|
||||
mode: "true"
|
||||
destination:
|
||||
server: {{ .Values.tailscaleOperator.destination.server }}
|
||||
namespace: {{ .Values.tailscaleOperator.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
35
k3s-tooling/templates/traefik.yaml
Normal file
35
k3s-tooling/templates/traefik.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
{{- if .Values.traefik.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
# finalizers:
|
||||
# - resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://traefik.github.io/charts"
|
||||
chart: traefik
|
||||
targetRevision: {{ .Values.traefik.targetRevision }}
|
||||
helm:
|
||||
valuesObject:
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: false
|
||||
annotations:
|
||||
test: test
|
||||
destination:
|
||||
server: {{ .Values.traefik.destination.server }}
|
||||
namespace: {{ .Values.traefik.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
48
k3s-tooling/values.yaml
Normal file
48
k3s-tooling/values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
|
||||
certManager:
|
||||
enable: false
|
||||
targetRevision: v1.16.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
|
||||
cnpg:
|
||||
enable: false
|
||||
targetRevision: 0.22.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cnpg-system
|
||||
|
||||
longhorn:
|
||||
enable: false
|
||||
targetRevision: 1.7.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: longhorn-system
|
||||
|
||||
tailscaleOperator:
|
||||
enable: false
|
||||
targetRevision: 1.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: tailscale
|
||||
oauth:
|
||||
clientId:
|
||||
clientSecret:
|
||||
operatorHostname: tailscale-operator
|
||||
|
||||
traefik:
|
||||
enable: false
|
||||
targetRevision: 25.x
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kube-system
|
||||
|
||||
keycloakOperator:
|
||||
enable: false
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: keycloak
|
||||
23
keycloak-argocd-apps/.helmignore
Normal file
23
keycloak-argocd-apps/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
keycloak-argocd-apps/Chart.yaml
Normal file
5
keycloak-argocd-apps/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: keycloak-argocd-apps
|
||||
description: A Helm chart for deploying the different argocd apps to deploy Keycloak
|
||||
type: application
|
||||
version: 0.2.1
|
||||
62
keycloak-argocd-apps/templates/_helpers.tpl
Normal file
62
keycloak-argocd-apps/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "keycloak-argocd-apps.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 "keycloak-argocd-apps.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 "keycloak-argocd-apps.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "keycloak-argocd-apps.labels" -}}
|
||||
helm.sh/chart: {{ include "keycloak-argocd-apps.chart" . }}
|
||||
{{ include "keycloak-argocd-apps.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "keycloak-argocd-apps.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "keycloak-argocd-apps.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "keycloak-argocd-apps.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "keycloak-argocd-apps.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
43
keycloak-argocd-apps/templates/keycloak-deployment-app.yaml
Normal file
43
keycloak-argocd-apps/templates/keycloak-deployment-app.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}keycloak-deployment
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: {{ .Values.keycloakDeployment.targetRevision }}
|
||||
path: keycloak-deployment
|
||||
helm:
|
||||
releaseName: keycloak-deployment
|
||||
valuesObject:
|
||||
prefix: {{ .Values.argocd.prefix }}
|
||||
keycloakDeployment:
|
||||
deploymentName: {{ .Values.keycloakDeployment.deploymentName }}
|
||||
numInstances: {{ .Values.keycloakDeployment.numInstances }}
|
||||
hostname: {{ .Values.keycloakDeployment.hostname }}
|
||||
vendor: {{ .Values.keycloakDeployment.vendor }}
|
||||
dbHost: {{ .Values.keycloakDeployment.dbHost }}
|
||||
dbPort: {{ .Values.keycloakDeployment.dbPort }}
|
||||
usernameSecret:
|
||||
name: {{ .Values.keycloakDeployment.usernameSecret.name }}
|
||||
key: {{ .Values.keycloakDeployment.usernameSecret.key }}
|
||||
passwordSecret:
|
||||
name: {{ .Values.keycloakDeployment.passwordSecret.name }}
|
||||
key: {{ .Values.keycloakDeployment.passwordSecret.key }}
|
||||
database: {{ .Values.keycloakDeployment.database }}
|
||||
destination:
|
||||
server: {{ .Values.mainDestination }}
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
31
keycloak-argocd-apps/templates/keycloak-postinstall-app.yaml
Normal file
31
keycloak-argocd-apps/templates/keycloak-postinstall-app.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}keycloak-postinstall
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: {{ .Values.keycloakDeployment.targetRevision }}
|
||||
path: keycloak-postinstall
|
||||
helm:
|
||||
releaseName: keycloak-postinstall
|
||||
valuesObject:
|
||||
prefix: {{ .Values.argocd.prefix }}
|
||||
tailscaleIngresses:
|
||||
keycloakHostname: {{ .Values.tailscaleIngresses.keycloakHostname }}
|
||||
destination:
|
||||
server: {{ .Values.mainDestination }}
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
@@ -0,0 +1,34 @@
|
||||
{{- if .Values.dbCluster.enable -}}
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}keycloak-requirements
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: keycloak-requirements
|
||||
helm:
|
||||
releaseName: keycloak-requirements
|
||||
valuesObject:
|
||||
prefix: {{ .Values.argocd.prefix }}
|
||||
dbCluster:
|
||||
size: {{ .Values.dbCluster.size }}
|
||||
numInstances: {{ .Values.dbCluster.numInstances }}
|
||||
destination:
|
||||
server: {{ .Values.mainDestination }}
|
||||
namespace: {{ .Values.mainNamespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
{{- end }}
|
||||
26
keycloak-argocd-apps/values.yaml
Normal file
26
keycloak-argocd-apps/values.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
prefix: null
|
||||
dbCluster:
|
||||
enable: true
|
||||
size: 10Gi
|
||||
numInstances: 3
|
||||
mainNamespace: keycloak
|
||||
mainDestination: https://kubernetes.default.svc
|
||||
keycloakDeployment:
|
||||
targetRevision: HEAD
|
||||
numInstances: 1
|
||||
hostname: sso.domain.net
|
||||
vendor: postgres
|
||||
dbHost: keycloak-db-rw
|
||||
dbPort: 5432
|
||||
usernameSecret:
|
||||
name: keycloak-db-app
|
||||
key: user
|
||||
passwordSecret:
|
||||
name: keycloak-db-app
|
||||
key: password
|
||||
database: app
|
||||
tailscaleIngresses:
|
||||
keycloakHostname: sso
|
||||
23
keycloak-deployment/.helmignore
Normal file
23
keycloak-deployment/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
keycloak-deployment/Chart.yaml
Normal file
5
keycloak-deployment/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: keycloak-deployment
|
||||
description: A Helm chart for deploying the actual keycloak pod through the keycloak operator
|
||||
type: application
|
||||
version: 0.2.1
|
||||
62
keycloak-deployment/templates/_helpers.tpl
Normal file
62
keycloak-deployment/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "keycloak-deployment.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 "keycloak-deployment.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 "keycloak-deployment.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "keycloak-deployment.labels" -}}
|
||||
helm.sh/chart: {{ include "keycloak-deployment.chart" . }}
|
||||
{{ include "keycloak-deployment.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "keycloak-deployment.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "keycloak-deployment.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "keycloak-deployment.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "keycloak-deployment.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
26
keycloak-deployment/templates/keycloak-deployment.yaml
Normal file
26
keycloak-deployment/templates/keycloak-deployment.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: k8s.keycloak.org/v2alpha1
|
||||
kind: Keycloak
|
||||
metadata:
|
||||
name: {{ .Values.prefix }}keycloak
|
||||
spec:
|
||||
instances: {{ .Values.keycloakDeployment.numInstances }}
|
||||
db:
|
||||
vendor: {{ .Values.keycloakDeployment.vendor }}
|
||||
host: {{ .Values.keycloakDeployment.dbHost }}
|
||||
port: {{ .Values.keycloakDeployment.dbPort }}
|
||||
usernameSecret:
|
||||
name: {{ .Values.keycloakDeployment.usernameSecret.name }}
|
||||
key: {{ .Values.keycloakDeployment.usernameSecret.key }}
|
||||
passwordSecret:
|
||||
name: {{ .Values.keycloakDeployment.passwordSecret.name }}
|
||||
key: {{ .Values.keycloakDeployment.passwordSecret.key }}
|
||||
database: {{ .Values.keycloakDeployment.database }}
|
||||
ingress:
|
||||
enabled: false
|
||||
http:
|
||||
httpEnabled: true
|
||||
hostname:
|
||||
hostname: {{ .Values.keycloakDeployment.hostname }}
|
||||
strict: false
|
||||
proxy:
|
||||
headers: xforwarded # double check your reverse proxy sets and overwrites the X-Forwarded-* headers
|
||||
14
keycloak-deployment/values.yaml
Normal file
14
keycloak-deployment/values.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix: null
|
||||
keycloakDeployment:
|
||||
numInstances: 1
|
||||
hostname: sso.domain.net
|
||||
vendor: postgres
|
||||
dbHost: keycloak-db-rw
|
||||
dbPort: 5432
|
||||
usernameSecret:
|
||||
name: keycloak-db-app
|
||||
key: user
|
||||
passwordSecret:
|
||||
name: keycloak-db-app
|
||||
key: password
|
||||
database: app
|
||||
23
keycloak-operator/.helmignore
Normal file
23
keycloak-operator/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
6
keycloak-operator/Chart.yaml
Normal file
6
keycloak-operator/Chart.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: keycloak-operator
|
||||
description: A Helm chart for the Keycloak operator
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "26.0.5"
|
||||
62
keycloak-operator/templates/_helpers.tpl
Normal file
62
keycloak-operator/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "keycloak-operator.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 "keycloak-operator.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 "keycloak-operator.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "keycloak-operator.labels" -}}
|
||||
helm.sh/chart: {{ include "keycloak-operator.chart" . }}
|
||||
{{ include "keycloak-operator.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "keycloak-operator.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "keycloak-operator.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "keycloak-operator.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "keycloak-operator.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
15
keycloak-operator/templates/keycloak-crd.yaml
Normal file
15
keycloak-operator/templates/keycloak-crd.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: keycloak-crd-job
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: crd-fetcher
|
||||
image: bitnami/kubectl:latest # Use Bitnami's kubectl image
|
||||
command:
|
||||
- "sh"
|
||||
- "-c"
|
||||
- "wget -qO- {{ .Values.baseURL }}/{{ .Release.appVersion }}/kubernetes/keycloaks.k8s.keycloak.org-v1.yml | kubectl apply -f -"
|
||||
restartPolicy: OnFailure
|
||||
17
keycloak-operator/templates/keycloak-operator.yaml
Normal file
17
keycloak-operator/templates/keycloak-operator.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: keycloakoperator-job
|
||||
annotations:
|
||||
"helm.sh/hook": post-install
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: crd-fetcher
|
||||
image: bitnami/kubectl:latest # Use Bitnami's kubectl image
|
||||
command:
|
||||
- "sh"
|
||||
- "-c"
|
||||
- "wget -qO- {{ .Values.baseURL }}/{{ .Release.appVersion }}/kubernetes/kubernetes.yml | kubectl apply -f -"
|
||||
restartPolicy: OnFailure
|
||||
15
keycloak-operator/templates/keycloakrealmimports-crd.yaml
Normal file
15
keycloak-operator/templates/keycloakrealmimports-crd.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: keycloakrealmimports-crd-job
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: crd-fetcher
|
||||
image: bitnami/kubectl:latest # Use Bitnami's kubectl image
|
||||
command:
|
||||
- "sh"
|
||||
- "-c"
|
||||
- "wget -qO- {{ .Values.baseURL }}/{{ .Release.appVersion }}/kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml | kubectl apply -f -"
|
||||
restartPolicy: OnFailure
|
||||
1
keycloak-operator/values.yaml
Normal file
1
keycloak-operator/values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
baseURL: "https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources"
|
||||
23
keycloak-postinstall/.helmignore
Normal file
23
keycloak-postinstall/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
keycloak-postinstall/Chart.yaml
Normal file
5
keycloak-postinstall/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: keycloak-postinstall
|
||||
description: A Helm chart for after deploying keycloak - mainly ingress
|
||||
type: application
|
||||
version: 0.1.0
|
||||
62
keycloak-postinstall/templates/_helpers.tpl
Normal file
62
keycloak-postinstall/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "keycloak-postinstall.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 "keycloak-postinstall.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 "keycloak-postinstall.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "keycloak-postinstall.labels" -}}
|
||||
helm.sh/chart: {{ include "keycloak-postinstall.chart" . }}
|
||||
{{ include "keycloak-postinstall.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "keycloak-postinstall.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "keycloak-postinstall.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "keycloak-postinstall.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "keycloak-postinstall.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
16
keycloak-postinstall/templates/ts-ingress.yaml
Normal file
16
keycloak-postinstall/templates/ts-ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ .Values.prefix }}ts-keycloak
|
||||
annotations:
|
||||
tailscale.com/funnel: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: {{ .Values.prefix }}keycloak-service
|
||||
port:
|
||||
number: 8080
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.keycloakHostname }}
|
||||
3
keycloak-postinstall/values.yaml
Normal file
3
keycloak-postinstall/values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
prefix: null
|
||||
tailscaleIngresses:
|
||||
keycloakHostname: sso
|
||||
23
keycloak-requirements/.helmignore
Normal file
23
keycloak-requirements/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
keycloak-requirements/Chart.yaml
Normal file
5
keycloak-requirements/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: keycloak-requirements
|
||||
description: A Helm chart for deploying the DB used by keycloak
|
||||
type: application
|
||||
version: 0.1.1
|
||||
62
keycloak-requirements/templates/_helpers.tpl
Normal file
62
keycloak-requirements/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "keycloak-requirements.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 "keycloak-requirements.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 "keycloak-requirements.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "keycloak-requirements.labels" -}}
|
||||
helm.sh/chart: {{ include "keycloak-requirements.chart" . }}
|
||||
{{ include "keycloak-requirements.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "keycloak-requirements.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "keycloak-requirements.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "keycloak-requirements.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "keycloak-requirements.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
9
keycloak-requirements/templates/db-cluster.yaml
Normal file
9
keycloak-requirements/templates/db-cluster.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: {{ .Values.prefix }}keycloak-db
|
||||
spec:
|
||||
instances: {{ .Values.dbCluster.numInstances }}
|
||||
|
||||
storage:
|
||||
size: {{ .Values.dbCluster.size }}
|
||||
4
keycloak-requirements/values.yaml
Normal file
4
keycloak-requirements/values.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
prefix: null
|
||||
dbCluster:
|
||||
size: 1Gi
|
||||
numInstances: 3
|
||||
23
nextcloud-syncthing-argocd-apps/.helmignore
Normal file
23
nextcloud-syncthing-argocd-apps/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
nextcloud-syncthing-argocd-apps/Chart.yaml
Normal file
5
nextcloud-syncthing-argocd-apps/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: nextcloud-syncthing-argocd-apps
|
||||
description: A Helm chart to deploy Nextcloud and Syncthing using a common data folder
|
||||
type: application
|
||||
version: 0.1.0
|
||||
62
nextcloud-syncthing-argocd-apps/templates/_helpers.tpl
Normal file
62
nextcloud-syncthing-argocd-apps/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-argocd-apps.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 "nextcloud-syncthing-argocd-apps.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 "nextcloud-syncthing-argocd-apps.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-argocd-apps.labels" -}}
|
||||
helm.sh/chart: {{ include "nextcloud-syncthing-argocd-apps.chart" . }}
|
||||
{{ include "nextcloud-syncthing-argocd-apps.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-argocd-apps.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "nextcloud-syncthing-argocd-apps.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-argocd-apps.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "nextcloud-syncthing-argocd-apps.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
@@ -0,0 +1,31 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nc-syncthing-postinstall
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: {{ .Values.argocd.postinstall.repoURL }}
|
||||
targetRevision: {{ .Values.argocd.postinstall.targetRevision }}
|
||||
path: {{ .Values.argocd.postinstall.path }}
|
||||
helm:
|
||||
releaseName: nc-syncthing-postinstall
|
||||
valuesObject:
|
||||
tailscaleIngresses:
|
||||
ncHostname: {{ .Values.tailscaleIngresses.ncHostname }}
|
||||
syncthingHostname: {{ .Values.tailscaleIngresses.syncthingHostname }}
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
@@ -0,0 +1,134 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nextcloud-main-chart
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://nextcloud.github.io/helm"
|
||||
chart: nextcloud
|
||||
targetRevision: 6.x
|
||||
helm:
|
||||
releaseName: nextcloud
|
||||
valuesObject:
|
||||
# image:
|
||||
# flavor: fpm
|
||||
replicaCount: {{ .Values.nextcloud.replicaCount }}
|
||||
ingress:
|
||||
enabled: false
|
||||
# className: nginx
|
||||
# annotations:
|
||||
# cert-manager.io/cluster-issuer: letsencrypt
|
||||
# nginx.ingress.kubernetes.io/server-snippet: |-
|
||||
# server_tokens off;
|
||||
# proxy_hide_header X-Powered-By;
|
||||
# rewrite ^/.well-known/webfinger /index.php/.well-known/webfinger last;
|
||||
# rewrite ^/.well-known/nodeinfo /index.php/.well-known/nodeinfo last;
|
||||
# rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
|
||||
# rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json;
|
||||
# location = /.well-known/carddav {
|
||||
# return 301 $scheme://$host/remote.php/dav;
|
||||
# }
|
||||
# location = /.well-known/caldav {
|
||||
# return 301 $scheme://$host/remote.php/dav;
|
||||
# }
|
||||
# location = /robots.txt {
|
||||
# allow all;
|
||||
# log_not_found off;
|
||||
# access_log off;
|
||||
# }
|
||||
# location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {
|
||||
# deny all;
|
||||
# }
|
||||
# location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
|
||||
# deny all;
|
||||
# }
|
||||
# nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||
# nginx.ingress.kubernetes.io/cors-allow-headers: "X-Forwarded-For"
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - {{ .Values.nextcloud.url }}
|
||||
# secretName: nextcloud-cert
|
||||
nextcloud:
|
||||
host: {{ .Values.nextcloud.url }}
|
||||
existingSecret:
|
||||
enabled: true
|
||||
secretName: nextcloud-user
|
||||
usernameKey: nc-admin-username
|
||||
passwordKey: nc-admin-password
|
||||
trustedDomains: {{ .Values.nextcloud.trustedDomains }}
|
||||
nextcloud:
|
||||
configs:
|
||||
previews.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'enable_previews' => true,
|
||||
'enabledPreviewProviders' => array (
|
||||
'OC\Preview\Movie',
|
||||
'OC\Preview\PNG',
|
||||
'OC\Preview\JPEG',
|
||||
'OC\Preview\GIF',
|
||||
'OC\Preview\BMP',
|
||||
'OC\Preview\XBitmap',
|
||||
'OC\Preview\MP3',
|
||||
'OC\Preview\MP4',
|
||||
'OC\Preview\TXT',
|
||||
'OC\Preview\MarkDown',
|
||||
'OC\Preview\PDF'
|
||||
),
|
||||
);
|
||||
proxy.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'trusted_proxies' => array(
|
||||
0 => '127.0.0.1',
|
||||
1 => '10.0.0.0/8',
|
||||
),
|
||||
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
|
||||
);
|
||||
# extraInitContainers - might be useful to make sure the LUKS secret is present
|
||||
# nginx:
|
||||
# enabled: true
|
||||
redis:
|
||||
enabled: true
|
||||
auth:
|
||||
enabled: false
|
||||
cronjob:
|
||||
enabled: true
|
||||
internalDatabase:
|
||||
enabled: false
|
||||
externalDatabase:
|
||||
enabled: true
|
||||
type: postgresql
|
||||
host: "nextcloud-db-rw:5432"
|
||||
existingSecret:
|
||||
enabled: true
|
||||
secretName: nextcloud-db-app
|
||||
usernameKey: user
|
||||
passwordKey: password
|
||||
databaseKey: dbname
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: {{ .Values.nextcloud.configPvc.name }}
|
||||
nextcloudData:
|
||||
enabled: true
|
||||
existingClaim: {{ .Values.dataPvc.name }}
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: false
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
@@ -0,0 +1,49 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nc-syncthing-requirements
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: nextcloud-syncthing-requirements
|
||||
helm:
|
||||
releaseName: nc-syncthing-requirements
|
||||
valuesObject:
|
||||
mainNamespace: {{ .Values.destination.namespace }}
|
||||
nextcloud:
|
||||
enable: {{ .Values.nextcloud.enable }}
|
||||
dbCluster:
|
||||
numInstances: {{ .Values.nextcloud.dbCluster.numInstances }}
|
||||
size: {{ .Values.nextcloud.dbCluster.size }}
|
||||
configPvc:
|
||||
name: {{ .Values.nextcloud.configPvc.name }}
|
||||
storageClassName: {{ .Values.nextcloud.configPvc.storageClassName }}
|
||||
size: {{ .Values.nextcloud.configPvc.size }}
|
||||
syncthing:
|
||||
enable: {{ .Values.syncthing.enable }}
|
||||
configPvc:
|
||||
name: {{ .Values.syncthing.configPvc.name }}
|
||||
storageClassName: {{ .Values.syncthing.configPvc.storageClassName }}
|
||||
size: {{ .Values.syncthing.configPvc.size }}
|
||||
dataPvc:
|
||||
name: {{ .Values.dataPvc.name }}
|
||||
createEncryptedPvc: {{ .Values.dataPvc.createEncryptedPvc }}
|
||||
storageClassName: {{ .Values.dataPvc.storageClassName }}
|
||||
size: {{ .Values.dataPvc.size }}
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
40
nextcloud-syncthing-argocd-apps/values.yaml
Normal file
40
nextcloud-syncthing-argocd-apps/values.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
postinstall:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: nextcloud-syncthing-postinstall
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: nextcloud
|
||||
|
||||
nextcloud:
|
||||
enable: true
|
||||
dbCluster:
|
||||
numInstances: 3
|
||||
size: 4Gi
|
||||
configPvc:
|
||||
name: nextcloud-config-pvc
|
||||
storageClassName: default
|
||||
size: 1Gi
|
||||
replicaCount: 1
|
||||
url: nextcloud.domain.net
|
||||
trustedDomains: nextcloud.domain.net office.domain.net
|
||||
|
||||
syncthing:
|
||||
enable: true
|
||||
configPvc:
|
||||
storageClassName: default
|
||||
size: 100Mi
|
||||
|
||||
dataPvc:
|
||||
name: data-pvc
|
||||
createEncryptedPvc: true
|
||||
storageClassName: linode-block-storage-retain-luks
|
||||
size: 40Gi
|
||||
|
||||
tailscaleIngresses:
|
||||
ncHostname: nextcloud
|
||||
syncthingHostname: syncthing
|
||||
23
nextcloud-syncthing-postinstall/.helmignore
Normal file
23
nextcloud-syncthing-postinstall/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
nextcloud-syncthing-postinstall/Chart.yaml
Normal file
5
nextcloud-syncthing-postinstall/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: nextcloud-syncthing-postinstall
|
||||
description: A Helm chart for deploying the nc and syncthing ingresses
|
||||
type: application
|
||||
version: 0.1.0
|
||||
62
nextcloud-syncthing-postinstall/templates/_helpers.tpl
Normal file
62
nextcloud-syncthing-postinstall/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-postinstall.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 "nextcloud-syncthing-postinstall.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 "nextcloud-syncthing-postinstall.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-postinstall.labels" -}}
|
||||
helm.sh/chart: {{ include "nextcloud-syncthing-postinstall.chart" . }}
|
||||
{{ include "nextcloud-syncthing-postinstall.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-postinstall.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "nextcloud-syncthing-postinstall.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-postinstall.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "nextcloud-syncthing-postinstall.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
16
nextcloud-syncthing-postinstall/templates/nc-ingress.yaml
Normal file
16
nextcloud-syncthing-postinstall/templates/nc-ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ts-nextcloud
|
||||
annotations:
|
||||
tailscale.com/funnel: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: nextcloud
|
||||
port:
|
||||
name: http
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.ncHostname }}
|
||||
3
nextcloud-syncthing-postinstall/values.yaml
Normal file
3
nextcloud-syncthing-postinstall/values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
tailscaleIngresses:
|
||||
ncHostname: nextcloud
|
||||
syncthingHostname: syncthing
|
||||
23
nextcloud-syncthing-requirements/.helmignore
Normal file
23
nextcloud-syncthing-requirements/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
nextcloud-syncthing-requirements/Chart.yaml
Normal file
5
nextcloud-syncthing-requirements/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: nextcloud-syncthing-requirements
|
||||
description: A Helm chart for deploying the database and the pvcs for Nextcloud and Syncthing
|
||||
type: application
|
||||
version: 0.1.0
|
||||
62
nextcloud-syncthing-requirements/templates/_helpers.tpl
Normal file
62
nextcloud-syncthing-requirements/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-requirements.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 "nextcloud-syncthing-requirements.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 "nextcloud-syncthing-requirements.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-requirements.labels" -}}
|
||||
helm.sh/chart: {{ include "nextcloud-syncthing-requirements.chart" . }}
|
||||
{{ include "nextcloud-syncthing-requirements.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-requirements.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "nextcloud-syncthing-requirements.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "nextcloud-syncthing-requirements.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "nextcloud-syncthing-requirements.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
10
nextcloud-syncthing-requirements/templates/db-cluster.yaml
Normal file
10
nextcloud-syncthing-requirements/templates/db-cluster.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.nextcloud.enable -}}
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: nextcloud-db
|
||||
spec:
|
||||
instances: {{ .Values.nextcloud.dbCluster.numInstances }}
|
||||
storage:
|
||||
size: {{ .Values.nextcloud.dbCluster.size }}
|
||||
{{- end }}
|
||||
@@ -0,0 +1,16 @@
|
||||
{{- if .Values.dataPvc.createEncryptedPvc -}}
|
||||
allowVolumeExpansion: true
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: linode-block-storage-retain-luks
|
||||
namespace: kube-system
|
||||
provisioner: linodebs.csi.linode.com
|
||||
reclaimPolicy: Retain
|
||||
parameters:
|
||||
linodebs.csi.linode.com/luks-encrypted: "true"
|
||||
linodebs.csi.linode.com/luks-cipher: "aes-xts-plain64"
|
||||
linodebs.csi.linode.com/luks-key-size: "512"
|
||||
csi.storage.k8s.io/node-stage-secret-namespace: {{ .Values.mainNamespace }}
|
||||
csi.storage.k8s.io/node-stage-secret-name: nc-syncthing-data-luks-key
|
||||
{{- end }}
|
||||
11
nextcloud-syncthing-requirements/templates/pvc-data.yaml
Normal file
11
nextcloud-syncthing-requirements/templates/pvc-data.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: {{ .Values.dataPvc.name }}
|
||||
spec:
|
||||
storageClassName: {{ .Values.dataPvc.storageClassName }}
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.dataPvc.size }}
|
||||
@@ -0,0 +1,13 @@
|
||||
{{- if .Values.nextcloud.enable -}}
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: {{ .Values.nextcloud.configPvc.name }}
|
||||
spec:
|
||||
storageClassName: {{ .Values.nextcloud.configPvc.storageClassName }}
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.nextcloud.configPvc.size }}
|
||||
{{- end }}
|
||||
@@ -0,0 +1,13 @@
|
||||
{{- if .Values.syncthing.enable -}}
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: {{ .Values.syncthing.configPvc.name }}
|
||||
spec:
|
||||
storageClassName: {{ .Values.syncthing.configPvc.storageClassName }}
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.syncthing.configPvc.size }}
|
||||
{{- end }}
|
||||
24
nextcloud-syncthing-requirements/values.yaml
Normal file
24
nextcloud-syncthing-requirements/values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
mainNamespace: nextcloud
|
||||
|
||||
nextcloud:
|
||||
enable: true
|
||||
dbCluster:
|
||||
numInstances: 3
|
||||
size: 4Gi
|
||||
configPvc:
|
||||
name: nextcloud-config-pvc
|
||||
storageClassName: default
|
||||
size: 1Gi
|
||||
|
||||
syncthing:
|
||||
enable: true
|
||||
configPvc:
|
||||
name: syncthing-config-pvc
|
||||
storageClassName: default
|
||||
size: 100Mi
|
||||
|
||||
dataPvc:
|
||||
name: data-pvc
|
||||
createEncryptedPvc: true
|
||||
storageClassName: linode-block-storage-retain-luks
|
||||
size: 40Gi
|
||||
23
odoo-argocd-apps/.helmignore
Normal file
23
odoo-argocd-apps/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
odoo-argocd-apps/Chart.yaml
Normal file
5
odoo-argocd-apps/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: odoo-argocd-apps
|
||||
description: A Helm chart for deploying the requirements, main charts and postinstall as ArgoCD apps for Odoo
|
||||
type: application
|
||||
version: 0.1.1
|
||||
62
odoo-argocd-apps/templates/_helpers.tpl
Normal file
62
odoo-argocd-apps/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "odoo-argocd-apps.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 "odoo-argocd-apps.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 "odoo-argocd-apps.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "odoo-argocd-apps.labels" -}}
|
||||
helm.sh/chart: {{ include "odoo-argocd-apps.chart" . }}
|
||||
{{ include "odoo-argocd-apps.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "odoo-argocd-apps.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "odoo-argocd-apps.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "odoo-argocd-apps.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "odoo-argocd-apps.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
46
odoo-argocd-apps/templates/odoo-chart.yaml
Normal file
46
odoo-argocd-apps/templates/odoo-chart.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}odoo-chart
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "0"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: registry-1.docker.io/bitnamicharts
|
||||
chart: odoo
|
||||
targetRevision: 28.x
|
||||
helm:
|
||||
releaseName: {{ .Values.argocd.prefix }}odoo
|
||||
valuesObject:
|
||||
image.debug: {{ .Values.odoo.image.debug }}
|
||||
odooEmail: {{ .Values.odoo.odooEmail }}
|
||||
replicaCount: {{ .Values.odoo.replicaCount }}
|
||||
resourcesPreset: {{ .Values.odoo.resourcesPreset }}
|
||||
persistence:
|
||||
existingClaim: {{ .Values.odoo.dataPvc.name }}
|
||||
postgresql:
|
||||
enabled: false
|
||||
externalDatabase:
|
||||
host: {{ .Values.odoo.externalDatabase.host }}
|
||||
port: {{ .Values.odoo.externalDatabase.port }}
|
||||
user: {{ .Values.odoo.externalDatabase.user }}
|
||||
database: {{ .Values.odoo.externalDatabase.database }}
|
||||
create: {{ .Values.odoo.externalDatabase.create }}
|
||||
existingSecret: {{ .Values.odoo.externalDatabase.passwordSecret.name }}
|
||||
existingSecretPasswordKey: {{ .Values.odoo.externalDatabase.passwordSecret.key }}
|
||||
sslmode: require
|
||||
extraOptions: sslrootcert=/opt/ssl/root.crt sslcert=/opt/ssl/postgresql.crt sslkey=/opt/ssl/postgresql.key
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
31
odoo-argocd-apps/templates/odoo-postinstall.yaml
Normal file
31
odoo-argocd-apps/templates/odoo-postinstall.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}odoo-postinstall
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: {{ .Values.argocd.postinstall.repoURL }}
|
||||
targetRevision: {{ .Values.argocd.postinstall.targetRevision }}
|
||||
path: {{ .Values.argocd.postinstall.path }}
|
||||
helm:
|
||||
releaseName: odoo-postinstall
|
||||
valuesObject:
|
||||
prefix: {{ .Values.argocd.prefix }}
|
||||
tailscaleIngresses:
|
||||
odooHostname: {{ .Values.tailscaleIngresses.odooHostname }}
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
38
odoo-argocd-apps/templates/odoo-requirements-app.yaml
Normal file
38
odoo-argocd-apps/templates/odoo-requirements-app.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.argocd.prefix }}odoo-requirements
|
||||
namespace: {{ .Values.argocd.namespace }}
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578"
|
||||
spec:
|
||||
project: {{ .Values.argocd.project }}
|
||||
source:
|
||||
repoURL: {{ .Values.argocd.requirements.repoURL }}
|
||||
targetRevision: {{ .Values.argocd.requirements.targetRevision }}
|
||||
path: {{ .Values.argocd.requirements.path }}
|
||||
helm:
|
||||
releaseName: odoo-requirements
|
||||
valuesObject:
|
||||
prefix: {{ .Values.argocd.prefix }}
|
||||
odoo:
|
||||
dbCluster:
|
||||
enable: {{ .Values.odoo.dbCluster.enable }}
|
||||
numInstances: {{ .Values.odoo.dbCluster.numInstances }}
|
||||
size: {{ .Values.odoo.dbCluster.size }}
|
||||
dataPvc:
|
||||
name: {{ .Values.odoo.dataPvc.name }}
|
||||
storageClassName: {{ .Values.odoo.dataPvc.storageClassName }}
|
||||
size: {{ .Values.odoo.dataPvc.size }}
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true # Automatically remove resources no longer in the repo
|
||||
selfHeal: true # Automatically self-heal when drift is detected
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- CreateNamespace=true
|
||||
43
odoo-argocd-apps/values.yaml
Normal file
43
odoo-argocd-apps/values.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
argocd:
|
||||
namespace: argocd
|
||||
project: default
|
||||
prefix: null
|
||||
requirements:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: odoo-requirements
|
||||
postinstall:
|
||||
repoURL: "https://git.blarre.net/thomas/helm-charts.git"
|
||||
targetRevision: HEAD
|
||||
path: odoo-postinstall
|
||||
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: odoo
|
||||
|
||||
odoo:
|
||||
dbCluster:
|
||||
enable: true
|
||||
numInstances: 3
|
||||
size: 10Gi
|
||||
dataPvc:
|
||||
name: odoo-data
|
||||
storageClassName: ''
|
||||
size: 40Gi
|
||||
odooEmail: "admin@domain.net"
|
||||
resourcesPreset: "large"
|
||||
replicaCount: 1
|
||||
externalDatabase:
|
||||
host: odoo-db-rw
|
||||
port: 5432
|
||||
user: app
|
||||
database: app
|
||||
create: false
|
||||
passwordSecret:
|
||||
name: odoo-db-secret
|
||||
key: password
|
||||
image:
|
||||
debug: false
|
||||
|
||||
tailscaleIngresses:
|
||||
odooHostname: odoo
|
||||
23
odoo-postinstall/.helmignore
Normal file
23
odoo-postinstall/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
odoo-postinstall/Chart.yaml
Normal file
5
odoo-postinstall/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: odoo-postinstall
|
||||
description: A Helm chart for deploying the postinall stuff for odoo, mainly the ingress
|
||||
type: application
|
||||
version: 0.1.1
|
||||
62
odoo-postinstall/templates/_helpers.tpl
Normal file
62
odoo-postinstall/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "odoo-postinstall.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 "odoo-postinstall.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 "odoo-postinstall.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "odoo-postinstall.labels" -}}
|
||||
helm.sh/chart: {{ include "odoo-postinstall.chart" . }}
|
||||
{{ include "odoo-postinstall.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "odoo-postinstall.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "odoo-postinstall.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "odoo-postinstall.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "odoo-postinstall.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
16
odoo-postinstall/templates/odoo-ingress.yaml
Normal file
16
odoo-postinstall/templates/odoo-ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ .Values.prefix}}ts-odoo
|
||||
annotations:
|
||||
tailscale.com/funnel: "true"
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: {{ .Values.prefix }}odoo
|
||||
port:
|
||||
name: http
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.odooHostname }}
|
||||
3
odoo-postinstall/values.yaml
Normal file
3
odoo-postinstall/values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
prefix: null
|
||||
tailcaleIngresses:
|
||||
odooHostname: odoo
|
||||
23
odoo-requirements/.helmignore
Normal file
23
odoo-requirements/.helmignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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/
|
||||
5
odoo-requirements/Chart.yaml
Normal file
5
odoo-requirements/Chart.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: odoo-requirements
|
||||
description: A Helm chart for the requirements for Odoo
|
||||
type: application
|
||||
version: 0.1.1
|
||||
62
odoo-requirements/templates/_helpers.tpl
Normal file
62
odoo-requirements/templates/_helpers.tpl
Normal file
@@ -0,0 +1,62 @@
|
||||
{{/*
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
{{- define "odoo-requirements.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 "odoo-requirements.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 "odoo-requirements.chart" -}}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
{{- define "odoo-requirements.labels" -}}
|
||||
helm.sh/chart: {{ include "odoo-requirements.chart" . }}
|
||||
{{ include "odoo-requirements.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Selector labels
|
||||
*/}}
|
||||
{{- define "odoo-requirements.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "odoo-requirements.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Create the name of the service account to use
|
||||
*/}}
|
||||
{{- define "odoo-requirements.serviceAccountName" -}}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
{{- default (include "odoo-requirements.fullname" .) .Values.serviceAccount.name }}
|
||||
{{- else }}
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
10
odoo-requirements/templates/db-cluster.yaml
Normal file
10
odoo-requirements/templates/db-cluster.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.odoo.dbCluster.enabled -}}
|
||||
: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: {{ .Values.prefix }}odoo-db
|
||||
spec:
|
||||
instances: {{ .Values.odoo.dbCluster.numInstances }}
|
||||
storage:
|
||||
size: {{ .Values.odoo.dbCluster.size }}
|
||||
{{- end }}
|
||||
11
odoo-requirements/templates/odoo-data.yaml
Normal file
11
odoo-requirements/templates/odoo-data.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: {{ .Values.odoo.dataPvc.name }}
|
||||
spec:
|
||||
storageClassName: {{ .Values.odoo.dataPvc.storageClassName }}
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.odoo.dataPvc.size }}
|
||||
10
odoo-requirements/values.yaml
Normal file
10
odoo-requirements/values.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix: null
|
||||
odoo:
|
||||
dbCluster:
|
||||
enable: true
|
||||
numInstances: 3
|
||||
size: 10Gi
|
||||
dataPvc:
|
||||
name: odoo-data
|
||||
storageClassName: ''
|
||||
size: 40Gi
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user