Add MongoDB initialization script and update deployment configurations

This commit is contained in:
Elmar Kresse
2025-06-17 17:26:10 +02:00
parent ffbd5a0991
commit c53a087f1e
8 changed files with 36 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ kind: Service
metadata:
name: redis
spec:
type: ClusterIP
ports:
- port: {{ .Values.redis.port }}
targetPort: {{ .Values.redis.port }}