Compare commits
1 Commits
master
..
8954e692e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 8954e692e9 |
@@ -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
|
||||
|
||||
@@ -216,7 +216,7 @@ spec:
|
||||
serviceAccountName: promtail
|
||||
containers:
|
||||
- name: promtail
|
||||
image: "grafana/promtail:2.9.17"
|
||||
image: "grafana/promtail:3.6.11"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "-config.file=/etc/promtail/promtail.yaml"
|
||||
|
||||
@@ -286,7 +286,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1038m
|
||||
memory: 500M
|
||||
memory: 765M
|
||||
limits:
|
||||
cpu: 1200m
|
||||
memory: 765M
|
||||
|
||||
@@ -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