chore(deps): update helm release recipes to v5

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-07-12 10:10:22 +00:00
committed by auricom
parent 17dac8d5b2
commit 750ba53005

View File

@@ -10,7 +10,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: recipes chart: recipes
version: 4.4.0 version: 5.1.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -40,12 +40,17 @@ spec:
COMMENT_PREF_DEFAULT: "1" COMMENT_PREF_DEFAULT: "1"
SHOPPING_MIN_AUTOSYNC_INTERVAL: "5" SHOPPING_MIN_AUTOSYNC_INTERVAL: "5"
service: service:
port: main:
port: 80
annotations: annotations:
prometheus.io/probe: "true" prometheus.io/probe: "true"
prometheus.io/protocol: http prometheus.io/protocol: http
sidecar:
image:
repository: nginx
tag: 1.19.6
pullPolicy: IfNotPresent
ingress: ingress:
main:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/ingress.class: "nginx" kubernetes.io/ingress.class: "nginx"
@@ -62,36 +67,14 @@ spec:
tls: tls:
- hosts: - hosts:
- "recipes.${SECRET_CLUSTER_DOMAIN}" - "recipes.${SECRET_CLUSTER_DOMAIN}"
persistence:
additionalVolumes: files:
- name: files enabled: true
persistentVolumeClaim: existingClaim: recipes-files
claimName: recipes-files
- name: recipes-config
configMap:
name: recipes-config
additionalVolumeMounts:
- name: files
mountPath: /opt/recipes/mediafiles mountPath: /opt/recipes/mediafiles
subPath: media media:
- name: files enabled: true
mountPath: /opt/recipes/staticfiles type: emptyDir
subPath: static static:
enabled: true
additionalContainers: type: emptyDir
- name: nginx
image: nginx:1.21.1
ports:
- containerPort: 80
name: http
volumeMounts:
- name: files
mountPath: "/media"
subPath: media
- name: files
mountPath: "/static"
subPath: static
- name: recipes-config
mountPath: /etc/nginx/nginx.conf
subPath: nginx-config
readOnly: true