Kubernetes & Helm Charts #10

Manually merged
Raven merged 12 commits from helm into betterauth 2025-03-20 17:37:39 -04:00
2 changed files with 1 additions and 7 deletions
Showing only changes of commit 3c6d74405f - Show all commits

View File

@@ -28,11 +28,5 @@ spec:
name: {{ .name }}-env name: {{ .name }}-env
- secretRef: - secretRef:
name: postgres-secrets name: postgres-secrets
volumeMounts:
- name: service-ids
mountPath: /services
volumes:
- name: service-ids
emptyDir: {}
--- ---
{{- end }} {{- end }}

View File

@@ -1,5 +1,5 @@
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use sqlx::{FromRow, Row}; use sqlx::{FromRow};
use std::sync::Arc; use std::sync::Arc;
use tokio::sync::Mutex; use tokio::sync::Mutex;
use utils::redis_cache::{Cache, RedisCache}; use utils::redis_cache::{Cache, RedisCache};