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,11 +3,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: overleaf-ingress
annotations:
kubernetes.io/ingress.class: "traefik"
cert-manager.io/cluster-issuer: "{{ .Values.ingress.certManagerIssuer }}"
# Traefik spezifisch: Enable HTTPS redirect (optional)
traefik.ingress.kubernetes.io/redirect-entry-point: websecure
namespace: {{ .Release.Namespace }}
spec:
tls:
- hosts:
@@ -18,7 +14,7 @@ spec:
http:
paths:
- path: /
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: overleaf