5 Commits

7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ spec:
name: web name: web
resources: resources:
requests: requests:
memory: 800Mi memory: 700Mi
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: git-data name: git-data
+2 -2
View File
@@ -72,10 +72,10 @@ spec:
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
memory: 550M memory: 375Mi
limits: limits:
cpu: 1000m cpu: 1000m
memory: 550M memory: 550Mi
volumes: volumes:
- name: data - name: data
persistentVolumeClaim: persistentVolumeClaim:
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
resources: resources:
limits: limits:
cpu: 800m cpu: 800m
memory: 2000Mi memory: 800Mi
requests: requests:
cpu: 400m cpu: 400m
memory: 400Mi memory: 400Mi
+3 -3
View File
@@ -206,7 +206,7 @@ spec:
priorityClassName: critical priorityClassName: critical
containers: containers:
- name: nextcloud - name: nextcloud
image: "nextcloud:33.0.4-apache" image: "nextcloud:33.0.5-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SQLITE_DATABASE - name: SQLITE_DATABASE
@@ -286,7 +286,7 @@ spec:
resources: resources:
requests: requests:
cpu: 1038m cpu: 1038m
memory: 765M memory: 500M
limits: limits:
cpu: 1200m cpu: 1200m
memory: 765M memory: 765M
@@ -340,7 +340,7 @@ spec:
mountPath: /var/www/html/config/smtp.config.php mountPath: /var/www/html/config/smtp.config.php
subPath: smtp.config.php subPath: smtp.config.php
- name: cron - name: cron
image: "nextcloud:33.0.4-apache" image: "nextcloud:33.0.5-apache"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /cron.sh - /cron.sh
+2 -2
View File
@@ -57,7 +57,7 @@ spec:
- name: data - name: data
mountPath: /data mountPath: /data
- name: update-native-modules - name: update-native-modules
image: nodered/node-red:4.1.10-18 image: nodered/node-red:4.1.11-18
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- bash - bash
@@ -73,7 +73,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: nodered/node-red:4.1.10-18 image: nodered/node-red:4.1.11-18
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 1880 - containerPort: 1880
+2 -2
View File
@@ -73,9 +73,9 @@ spec:
resources: resources:
requests: requests:
cpu: 8m cpu: 8m
memory: 1389M memory: 900Mi
limits: limits:
memory: 1489M memory: 1489Mi
volumeMounts: volumeMounts:
- mountPath: /opt/outline/.env - mountPath: /opt/outline/.env
subPath: .env subPath: .env
+1 -1
View File
@@ -45,7 +45,7 @@ spec:
- --entrypoints.websecure.http.tls=true - --entrypoints.websecure.http.tls=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https - --entrypoints.web.http.redirections.entrypoint.scheme=https
image: rancher/mirrored-library-traefik:3.7.1 image: rancher/mirrored-library-traefik:2.11.42
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3