Compare commits
3 Commits
087ac27ced
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
c33fbd1370
|
|||
| 8472829ffa | |||
| a68f27b631 |
@@ -12,7 +12,7 @@ spec:
|
||||
name: cluster-fun (v2)
|
||||
source:
|
||||
repoURL: 'https://stakater.github.io/stakater-charts'
|
||||
targetRevision: 2.2.12
|
||||
targetRevision: v0.0.129
|
||||
chart: reloader
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
requests:
|
||||
memory: 800Mi
|
||||
memory: 700Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: git-data
|
||||
|
||||
@@ -72,10 +72,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 550M
|
||||
memory: 375Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 550M
|
||||
memory: 550Mi
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -47,7 +47,7 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 800m
|
||||
memory: 2000Mi
|
||||
memory: 800Mi
|
||||
requests:
|
||||
cpu: 400m
|
||||
memory: 400Mi
|
||||
|
||||
@@ -286,7 +286,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1038m
|
||||
memory: 765M
|
||||
memory: 500M
|
||||
limits:
|
||||
cpu: 1200m
|
||||
memory: 765M
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
- name: update-native-modules
|
||||
image: nodered/node-red:4.1.10-18
|
||||
image: nodered/node-red:4.1.11-18
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- bash
|
||||
@@ -73,7 +73,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: nodered/node-red:4.1.10-18
|
||||
image: nodered/node-red:4.1.11-18
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
||||
@@ -73,9 +73,9 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 8m
|
||||
memory: 1389M
|
||||
memory: 900Mi
|
||||
limits:
|
||||
memory: 1489M
|
||||
memory: 1489Mi
|
||||
volumeMounts:
|
||||
- mountPath: /opt/outline/.env
|
||||
subPath: .env
|
||||
|
||||
Reference in New Issue
Block a user