feat: add more

This commit is contained in:
2026-04-22 17:44:05 -05:00
parent ea97d5726c
commit f0bd248799
13 changed files with 74 additions and 75 deletions

View File

@@ -1,17 +1,17 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: ntfy-config-secret
name: ntfy-config
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ntfy-config-secret
app.kubernetes.io/name: ntfy-config
{{- include "custom.labels" . | nindent 4 }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
name: openbao
data:
- secretKey: attachment-cache-dir
remoteRef:
key: /garage/home-infra/ntfy-attachments
property: attachment-cache-dir
property: S3_URI

View File

@@ -29,7 +29,7 @@ ntfy:
- name: NTFY_ATTACHMENT_CACHE_DIR
valueFrom:
secretKeyRef:
name: ntfy-config-secret
name: ntfy-config
key: attachment-cache-dir
- name: NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT
value: 10G