mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-26 16:56:33 +01:00
⬆️ Update app-template ( 2.6.0 → 3.0.4 )
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: app-template
|
||||
version: 2.6.0
|
||||
version: 3.0.4
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bjw-s
|
||||
@@ -23,24 +23,25 @@ spec:
|
||||
upgrade:
|
||||
cleanupOnFail: true
|
||||
remediation:
|
||||
strategy: rollback
|
||||
retries: 3
|
||||
uninstall:
|
||||
keepHistory: false
|
||||
values:
|
||||
controllers:
|
||||
main:
|
||||
smtp-relay:
|
||||
strategy: RollingUpdate
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
containers:
|
||||
main:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/foxcpp/maddy
|
||||
tag: 0.7.1@sha256:6ab538e2f28baf2324f7cb418c7f9476fd9c7e9fa9b14bc3aecf51a9f6962064
|
||||
env:
|
||||
DEBUG: "true"
|
||||
SMTP_DOMAIN: "${SECRET_DOMAIN}"
|
||||
SMTP_SERVER: "smtp.fastmail.com"
|
||||
SMTP_SERVER: smtp.fastmail.com
|
||||
SMTP_PORT: "465"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
@@ -52,7 +53,8 @@ spec:
|
||||
limits:
|
||||
memory: 50Mi
|
||||
service:
|
||||
main:
|
||||
app:
|
||||
controller: *app
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: "${CLUSTER_LB_SMTP_RELAY}"
|
||||
externalTrafficPolicy: Local
|
||||
@@ -63,7 +65,8 @@ spec:
|
||||
enabled: true
|
||||
port: 9749
|
||||
serviceMonitor:
|
||||
main:
|
||||
app:
|
||||
serviceName: *app
|
||||
enabled: true
|
||||
endpoints:
|
||||
- port: metrics
|
||||
|
||||
Reference in New Issue
Block a user