mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00

| datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 | | helm | app-template | 1.0.1 | 1.1.3 |
94 lines
2.2 KiB
YAML
94 lines
2.2 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: &app vaultwarden
|
|
namespace: default
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: app-template
|
|
version: 1.1.3
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: bjw-s
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 5
|
|
upgrade:
|
|
remediation:
|
|
retries: 5
|
|
dependsOn:
|
|
- name: postgres-cluster
|
|
namespace: default
|
|
values:
|
|
image:
|
|
repository: vaultwarden/server
|
|
tag: 1.26.0
|
|
env:
|
|
DATA_FOLDER: "data"
|
|
ICON_CACHE_FOLDER: "data/icon_cache"
|
|
ATTACHMENTS_FOLDER: "data/attachments"
|
|
DOMAIN: "https://vaultwarden.${SECRET_CLUSTER_DOMAIN}"
|
|
TZ: "${TIMEZONE}"
|
|
SIGNUPS_ALLOWED: "false"
|
|
WEBSOCKET_ENABLED: "true"
|
|
WEBSOCKET_ADDRESS: 0.0.0.0
|
|
WEBSOCKET_PORT: 3012
|
|
SMTP_HOST: smtp-relay.default.svc.cluster.local.
|
|
SMTP_FROM: vaultwarden@${SECRET_DOMAIN}
|
|
SMTP_FROM_NAME: vaultwarden
|
|
SMTP_PORT: 2525
|
|
SMTP_SECURITY: off
|
|
envFrom:
|
|
- secretRef:
|
|
name: *app
|
|
podAnnotations:
|
|
secret.reloader.stakater.com/reload: *app
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: &port 80
|
|
websocket:
|
|
enabled: true
|
|
port: &websocket-port 3012
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
existingClaim: vaultwarden-data
|
|
mountPath: /data
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: "nginx"
|
|
annotations:
|
|
external-dns.home.arpa/enabled: "true"
|
|
hosts:
|
|
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
service:
|
|
port: *port
|
|
- path: /notifications/hub/negotiate
|
|
pathType: Prefix
|
|
service:
|
|
port: *port
|
|
- path: /notifications/hub
|
|
pathType: Prefix
|
|
service:
|
|
port: *websocket-port
|
|
tls:
|
|
- hosts:
|
|
- *host
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 100Mi
|
|
limits:
|
|
memory: 2Gi
|