Initial commit

This commit is contained in:
Elmar Kresse
2025-06-17 15:56:56 +02:00
commit 85bcc8f88d
14 changed files with 469 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: overleaf
spec:
type: ClusterIP
ports:
- port: 80
targetPort: {{ .Values.overleaf.port }}
selector:
app: overleaf