Squash commit for redis switch
This commit is contained in:
parent
4fbb0e343a
commit
a9fb537118
7 changed files with 23 additions and 44 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
|
|
||||||
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
|
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
|
||||||
|
|
||||||
ARG PHP_VERSION=8.2
|
ARG PHP_VERSION=8.2
|
||||||
ARG CADDY_VERSION=2.10.2
|
ARG CADDY_VERSION=2.10.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: postgresql
|
|
||||||
repository: https://charts.bitnami.com/bitnami/
|
|
||||||
version: 11.9.13
|
|
||||||
- name: external-dns
|
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
||||||
version: 5.4.16
|
|
||||||
- name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami/
|
|
||||||
version: 17.4.3
|
|
||||||
- name: meilisearch
|
|
||||||
repository: https://meilisearch.github.io/meilisearch-kubernetes
|
|
||||||
version: 0.1.46
|
|
||||||
- name: maildev
|
|
||||||
repository: https://pando85.github.io/helm-maildev/
|
|
||||||
version: 0.3.1
|
|
||||||
digest: sha256:282a6d90f79ac02f80158c66f22939298fa1dfba29ecd4d2885e55597c515500
|
|
||||||
generated: "2023-02-01T09:52:52.035346504+01:00"
|
|
||||||
|
|
@ -35,8 +35,8 @@ dependencies:
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
||||||
condition: external-dns.enabled
|
condition: external-dns.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: ~17.4.0
|
version: 0.5.2
|
||||||
repository: https://charts.bitnami.com/bitnami/
|
repository: oci://ghcr.io/cloudpirates-io/helm-charts
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: meilisearch
|
- name: meilisearch
|
||||||
version: ~0.1.46
|
version: ~0.1.46
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ data:
|
||||||
meilisearch-url: "http://{{ include "meilisearch.fullname" .Subcharts.meilisearch }}:7700"
|
meilisearch-url: "http://{{ include "meilisearch.fullname" .Subcharts.meilisearch }}:7700"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.redis.enabled }}
|
{{- if .Values.redis.enabled }}
|
||||||
redis-url: "redis://{{ printf "%s-master" (include "common.names.fullname" .Subcharts.redis) }}"
|
redis-url: "redis://{{ printf "%s" (include "common.fullname" .Subcharts.redis) }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
payum-gateway: {{ .Values.payum.gateway | quote }}
|
payum-gateway: {{ .Values.payum.gateway | quote }}
|
||||||
php-storage-bucket: {{ .Values.php.storage.bucket | quote }}
|
php-storage-bucket: {{ .Values.php.storage.bucket | quote }}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ meilisearch:
|
||||||
size: "1Gi"
|
size: "1Gi"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
master:
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "standard"
|
storageClass: "standard"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ meilisearch:
|
||||||
size: "1Gi"
|
size: "1Gi"
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
master:
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "standard"
|
storageClass: "standard"
|
||||||
|
|
|
||||||
|
|
@ -114,26 +114,26 @@ external-dns:
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
|
||||||
# https://artifacthub.io/packages/helm/bitnami/redis
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
master:
|
# master:
|
||||||
startupProbe:
|
# startupProbe:
|
||||||
enabled: true
|
# enabled: true
|
||||||
initialDelaySeconds: 1
|
# initialDelaySeconds: 1
|
||||||
periodSeconds: 1
|
# periodSeconds: 1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
replica:
|
replicaCount: 1
|
||||||
replicaCount: 0
|
|
||||||
|
|
||||||
# https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/README.md
|
# https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/README.md
|
||||||
meilisearch:
|
meilisearch:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
tag: v0.30.0
|
||||||
environment:
|
environment:
|
||||||
MEILI_ENV: 'production'
|
MEILI_ENV: 'production'
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue