mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/k8s/services/overleaf-cep.git
synced 2026-01-19 17:52:25 +01:00
Add MongoDB initialization script and update deployment configurations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user