ADD: addend gitlab
This commit is contained in:
13
k3s/apps/Nextcloud/manifest/collabora-clusterip.yaml
Normal file
13
k3s/apps/Nextcloud/manifest/collabora-clusterip.yaml
Normal 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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user