Compare commits
3 Commits
dda12f2ca4
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 7168bb6bd0 | |||
| fae3ef506e | |||
|
c33fbd1370
|
@@ -12,7 +12,7 @@ spec:
|
|||||||
name: cluster-fun (v2)
|
name: cluster-fun (v2)
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://stakater.github.io/stakater-charts'
|
repoURL: 'https://stakater.github.io/stakater-charts'
|
||||||
targetRevision: 2.2.12
|
targetRevision: v0.0.129
|
||||||
chart: reloader
|
chart: reloader
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated: {}
|
automated: {}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ spec:
|
|||||||
priorityClassName: critical
|
priorityClassName: critical
|
||||||
containers:
|
containers:
|
||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:1.8.0
|
image: outlinewiki/outline:1.8.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: ALLOWED_DOMAINS
|
- name: ALLOWED_DOMAINS
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user