chore(deps): update helm release joplin-server to v3

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-16 20:01:38 +00:00
committed by auricom
parent 1cdfc169fb
commit 21aada810f

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: joplin-server chart: joplin-server
version: 2.4.0 version: 3.0.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -30,11 +30,10 @@ spec:
resources: {} resources: {}
service: service:
port: main:
port: 22300 annotations:
annotations: prometheus.io/probe: "true"
prometheus.io/probe: "true" prometheus.io/protocol: tcp
prometheus.io/protocol: tcp
env: env:
APP_BASE_URL: https://joplin.${SECRET_CLUSTER_DOMAIN} APP_BASE_URL: https://joplin.${SECRET_CLUSTER_DOMAIN}
@@ -46,23 +45,16 @@ spec:
POSTGRES_USER: joplin POSTGRES_USER: joplin
POSTGRES_PASSWORD: ${SECRET_JOPLIN_DB_PASSWORD} POSTGRES_PASSWORD: ${SECRET_JOPLIN_DB_PASSWORD}
nodeSelector: {}
tolerations: []
affinity: {}
podAnnotations: {}
ingress: ingress:
enabled: true main:
annotations: enabled: true
kubernetes.io/ingress.class: "nginx" annotations:
hosts: kubernetes.io/ingress.class: "nginx"
- host: joplin.${SECRET_CLUSTER_DOMAIN} hosts:
paths: - host: joplin.${SECRET_CLUSTER_DOMAIN}
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- "joplin.${SECRET_CLUSTER_DOMAIN}" - hosts:
- "joplin.${SECRET_CLUSTER_DOMAIN}"