Compare commits
1 Commits
master
..
697cb9b3a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 697cb9b3a4 |
@@ -12,7 +12,7 @@ spec:
|
||||
name: cluster-fun (v2)
|
||||
source:
|
||||
repoURL: 'https://stakater.github.io/stakater-charts'
|
||||
targetRevision: v0.0.129
|
||||
targetRevision: 2.2.12
|
||||
chart: reloader
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
requests:
|
||||
memory: 700Mi
|
||||
memory: 800Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: git-data
|
||||
|
||||
@@ -72,10 +72,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 375Mi
|
||||
memory: 550M
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 550Mi
|
||||
memory: 550M
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -47,7 +47,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 800m
|
||||
memory: 800Mi
|
||||
memory: 2000Mi
|
||||
requests:
|
||||
cpu: 400m
|
||||
memory: 400Mi
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:33.0.5-apache"
|
||||
image: "nextcloud:33.0.4-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SQLITE_DATABASE
|
||||
@@ -286,7 +286,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1038m
|
||||
memory: 500M
|
||||
memory: 765M
|
||||
limits:
|
||||
cpu: 1200m
|
||||
memory: 765M
|
||||
@@ -340,7 +340,7 @@ spec:
|
||||
mountPath: /var/www/html/config/smtp.config.php
|
||||
subPath: smtp.config.php
|
||||
- name: cron
|
||||
image: "nextcloud:33.0.5-apache"
|
||||
image: "nextcloud:33.0.4-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
- name: update-native-modules
|
||||
image: nodered/node-red:4.1.11-18
|
||||
image: nodered/node-red:4.1.10-18
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- bash
|
||||
@@ -73,7 +73,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: nodered/node-red:4.1.11-18
|
||||
image: nodered/node-red:4.1.10-18
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
||||
@@ -73,9 +73,9 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 8m
|
||||
memory: 900Mi
|
||||
memory: 1389M
|
||||
limits:
|
||||
memory: 1489Mi
|
||||
memory: 1489M
|
||||
volumeMounts:
|
||||
- mountPath: /opt/outline/.env
|
||||
subPath: .env
|
||||
|
||||
Reference in New Issue
Block a user