Removed redis from outline
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
14bc7d1cd7
commit
ddd157a125
@ -30,6 +30,8 @@ metadata:
|
|||||||
namespace: outline
|
namespace: outline
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: outline
|
app.kubernetes.io/name: outline
|
||||||
|
annotations:
|
||||||
|
secret.reloader.stakater.com/reload: "outline"
|
||||||
spec:
|
spec:
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@ -42,12 +44,6 @@ spec:
|
|||||||
app.kubernetes.io/name: outline
|
app.kubernetes.io/name: outline
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
|
||||||
image: redis:6
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
ports:
|
|
||||||
- containerPort: 6379
|
|
||||||
name: redis
|
|
||||||
- name: outline
|
- name: outline
|
||||||
image: outlinewiki/outline:0.65.1
|
image: outlinewiki/outline:0.65.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
Loading…
Reference in New Issue
Block a user