Compare commits
No commits in common. "c0cef495a02d54e5f419c8962a54b6a4128400ec" and "14bc7d1cd75008c4996db92730fa95a9970a8065" have entirely different histories.
c0cef495a0
...
14bc7d1cd7
@ -30,8 +30,6 @@ 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
|
||||||
@ -44,8 +42,14 @@ 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.2
|
image: outlinewiki/outline:0.65.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user