Compare commits
2 Commits
14bc7d1cd7
...
c0cef495a0
Author | SHA1 | Date | |
---|---|---|---|
c0cef495a0 | |||
ddd157a125 |
@ -30,6 +30,8 @@ metadata:
|
||||
namespace: outline
|
||||
labels:
|
||||
app.kubernetes.io/name: outline
|
||||
annotations:
|
||||
secret.reloader.stakater.com/reload: "outline"
|
||||
spec:
|
||||
revisionHistoryLimit: 3
|
||||
replicas: 1
|
||||
@ -42,14 +44,8 @@ spec:
|
||||
app.kubernetes.io/name: outline
|
||||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:6
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
name: redis
|
||||
- name: outline
|
||||
image: outlinewiki/outline:0.65.1
|
||||
image: outlinewiki/outline:0.65.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
|
Loading…
Reference in New Issue
Block a user