Compare commits
2 Commits
14bc7d1cd7
...
c0cef495a0
Author | SHA1 | Date | |
---|---|---|---|
c0cef495a0 | |||
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,14 +44,8 @@ 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.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user