2 Commits

Author SHA1 Message Date
99e7655363 feat: use proper templating
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 30s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 45s
2026-03-23 22:26:38 -05:00
e6adde3ac4 feat: increase connections 2026-03-23 22:26:25 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ spec:
engineVersion: v2
mergePolicy: Merge
data:
RESTIC_REPOSITORY: '{{ .BUCKET_ENDPOINT }}/booklore/booklore-config'
RESTIC_REPOSITORY: "{{ `{{ .BUCKET_ENDPOINT }}` }}/booklore/booklore-config"
data:
- remoteRef:
conversionStrategy: Default

View File

@@ -133,6 +133,7 @@ mariadb-cluster:
name: grimmory-database-secret
key: password
host: '%'
maxUserConnections: 100
cleanupPolicy: Delete
requeueInterval: 10h
retryInterval: 30s