Add Image Updater for BookStack
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: bookstack
|
||||
namespace: bookstack
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
@@ -6,3 +6,6 @@ resources:
|
||||
- mariadb.yaml
|
||||
- bookstack.yaml
|
||||
- ingress.yaml
|
||||
|
||||
patches:
|
||||
- path: deployment-strategy-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user