feat: change mailrise namespace

This commit is contained in:
auricom
2024-11-28 09:09:08 +01:00
parent 1c84d7e3c0
commit 60942d33f5
8 changed files with 7 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ spec:
LANG: C.UTF-8
KRESUS_DB_TYPE: postgres
KRESUS_DIR: /config
KRESUS_EMAIL_HOST: mailrise.default.svc.cluster.local
KRESUS_EMAIL_HOST: mailrise.monitoring.svc.cluster.local
KRESUS_EMAIL_PORT: 8025
KRESUS_EMAIL_TRANSPORT: smtp
KRESUS_EMAIL_FROM: kresus@mailrise.home.arpa

View File

@@ -33,7 +33,6 @@ resources:
- ./lldap/ks.yaml
- ./lms/ks.yaml
- ./lychee/ks.yaml
- ./mailrise/ks.yaml
- ./maybe/ks.yaml
- ./music-transcode/ks.yaml
- ./navidrome/ks.yaml

View File

@@ -9,5 +9,6 @@ resources:
- ./gatus/ks.yaml
- ./grafana/ks.yaml
- ./kube-prometheus-stack/ks.yaml
- ./mailrise/ks.yaml
- ./scrutiny/ks.yaml
- ./thanos/ks.yaml

View File

@@ -4,7 +4,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: mailrise
namespace: default
namespace: monitoring
spec:
secretStoreRef:
kind: ClusterSecretStore

View File

@@ -4,7 +4,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app mailrise
namespace: default
namespace: monitoring
spec:
interval: 30m
chart:

View File

@@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
namespace: monitoring
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml

View File

@@ -5,8 +5,3 @@ configs:
title_template: "KRESUS"
urls:
- !env_var PUSHOVER_KRESUS
windmill@mailrise.home.arpa:
mailrise:
title_template: "WINDMILL"
urls:
- !env_var PUSHOVER_WINDMILL

View File

@@ -6,11 +6,11 @@ metadata:
name: &app mailrise
namespace: flux-system
spec:
targetNamespace: default
targetNamespace: monitoring
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./kubernetes/apps/default/mailrise/app
path: ./kubernetes/apps/monitoring/mailrise/app
prune: true
sourceRef:
kind: GitRepository