ADD: addend gitlab

This commit is contained in:
2026-03-12 14:23:02 +01:00
parent f0a02c3740
commit 2ea9f3973f
8 changed files with 612 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: collabora
namespace: nextcloud
spec:
selector:
app: collabora
ports:
- port: 9980
targetPort: 9980
protocol: TCP
type: ClusterIP

View File

@@ -16,6 +16,12 @@ spec:
# fsGroup sorgt dafür, dass gemountete Volumes die Gruppe www-data (33) bekommen
securityContext:
fsGroup: 33
# hostAliases mappt die öffentliche Domain intern auf die Service-ClusterIP,
# damit der Pod henryathome.home64.de direkt intern erreicht (vermeidet externe Loopback/Firewall/403)
hostAliases:
- ip: "10.43.107.87"
hostnames:
- "henryathome.home64.de"
containers:
- name: nextcloud
image: nextcloud:33-apache
@@ -50,7 +56,7 @@ spec:
resources:
requests:
memory: "512Mi"
cpu: "250m"
cpu: "500m"
limits:
memory: "4Gi"
cpu: "3000m"