feat: add more

This commit is contained in:
2026-04-23 16:40:37 -05:00
parent c2017d1361
commit 2585444c8a
10 changed files with 172 additions and 141 deletions

View File

@@ -11,7 +11,7 @@ spec:
version: 9.3.3
auth:
fileRealm:
- secretName: stalwart-elasticsearch-secret
- secretName: stalwart-elasticsearch-config
nodeSets:
- name: default
count: 2

View File

@@ -1,15 +1,15 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: stalwart-elasticsearch-secret
name: stalwart-elasticsearch-config
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: stalwart-elasticsearch-secret
app.kubernetes.io/name: stalwart-elasticsearch-config
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
name: openbao
data:
- secretKey: username
remoteRef:

View File

@@ -1,9 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: stalwart
name: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: stalwart
app.kubernetes.io/name: {{ .Release.Namespace }}
{{- include "custom.labels" . | nindent 4 }}
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged