feat: add more
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 42s
lint-test-helm / lint-helm (pull_request) Successful in 15m53s
lint-test-helm / validate-kubeconform (pull_request) Successful in 16m48s

This commit is contained in:
2026-04-23 16:40:37 -05:00
parent 4cda238587
commit 3d58df753b
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