Compare commits
6 Commits
4ea403af4f
...
0c2b7b656a
Author | SHA1 | Date | |
---|---|---|---|
0c2b7b656a | |||
94ea1b0af0
|
|||
45453891f4 | |||
3f06cb6d34 | |||
816eb8fe47 | |||
58fea21b12 |
@@ -363,7 +363,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: "riot"
|
- name: "riot"
|
||||||
image: "vectorim/element-web:v1.11.92"
|
image: "vectorim/element-web:v1.11.94"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@@ -388,6 +388,8 @@ spec:
|
|||||||
- mountPath: /var/run/pid
|
- mountPath: /var/run/pid
|
||||||
name: ephemeral
|
name: ephemeral
|
||||||
subPath: pid
|
subPath: pid
|
||||||
|
- mountPath: /tmp
|
||||||
|
name: tmp
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
@@ -412,6 +414,8 @@ spec:
|
|||||||
name: matrix-riot-config
|
name: matrix-riot-config
|
||||||
- name: ephemeral
|
- name: ephemeral
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
---
|
---
|
||||||
# Source: matrix/templates/synapse/deployment.yaml
|
# Source: matrix/templates/synapse/deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
@@ -30,7 +30,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: ghcr.io/mealie-recipes/mealie:v2.6.0
|
image: ghcr.io/mealie-recipes/mealie:v2.7.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
@@ -236,7 +236,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.12"
|
image: "grafana/promtail:3.4.2"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
@@ -215,7 +215,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.12"
|
image: "grafana/promtail:3.4.2"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
Reference in New Issue
Block a user