⬆️ linkding app-template v2

This commit is contained in:
auricom
2023-10-29 15:28:43 +01:00
parent c3c0eca54d
commit 76b4c2eed5

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,56 +27,64 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: controllers:
strategy: RollingUpdate main:
annotations: strategy: RollingUpdate
reloader.stakater.com/auto: "true" annotations:
initContainers: reloader.stakater.com/auto: "true"
01-init-db: initContainers:
image: ghcr.io/auricom/postgres-init:15.4 init-db:
imagePullPolicy: IfNotPresent image:
envFrom: &envFrom repository: ghcr.io/auricom/postgres-init
- secretRef: tag: 15.4@sha256:83e1abf06be5741bdfb8cb53fc03a1ade6e6b5ec7b92a8aac0c69ba5dc7e51f0
name: linkding-secret pullPolicy: IfNotPresent
image: envFrom: &envFrom
repository: sissbruecker/linkding - secretRef:
tag: 1.22.2 name: linkding-secret
envFrom: *envFrom containers:
main:
image:
repository: sissbruecker/linkding
tag: 1.22.2
envFrom: *envFrom
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: &port 9090
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
resources:
requests:
cpu: 10m
memory: 256Mi
service: service:
main: main:
ports: ports:
http: http:
port: &port 9090 port: *port
ingress: ingress:
main: main:
enabled: true enabled: true
ingressClassName: "nginx" className: "nginx"
annotations: annotations:
hajimari.io/icon: link hajimari.io/icon: link
hosts: hosts:
- host: &host "links.${SECRET_CLUSTER_DOMAIN}" - host: &host "links.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /health
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
resources:
requests:
cpu: 10m
memory: 256Mi