Restore strategies.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
version: 1.6.32-1
|
version: 1.6.32-2
|
||||||
requires: []
|
requires: []
|
||||||
defaultConfig:
|
defaultConfig:
|
||||||
namespace: memcached
|
namespace: memcached
|
||||||
host: memcached.memcached.svc.cluster.local
|
host: memcached.memcached.svc.cluster.local
|
||||||
memoryLimit: 64m
|
memoryLimit: 64m
|
||||||
|
backup:
|
||||||
|
restoreMode: in-place
|
||||||
defaultSecrets: []
|
defaultSecrets: []
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 9.1.0-1
|
version: 9.1.0-2
|
||||||
requires: []
|
requires: []
|
||||||
defaultConfig:
|
defaultConfig:
|
||||||
namespace: mysql
|
namespace: mysql
|
||||||
@@ -6,6 +6,8 @@ defaultConfig:
|
|||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
dbName: mysql
|
dbName: mysql
|
||||||
user: mysql
|
user: mysql
|
||||||
|
backup:
|
||||||
|
restoreMode: in-place
|
||||||
defaultSecrets:
|
defaultSecrets:
|
||||||
- key: rootPassword
|
- key: rootPassword
|
||||||
- key: password
|
- key: password
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 1.0.0-1
|
version: 1.0.0-2
|
||||||
defaultConfig:
|
defaultConfig:
|
||||||
namespace: postgres
|
namespace: postgres
|
||||||
host: postgres.postgres.svc.cluster.local
|
host: postgres.postgres.svc.cluster.local
|
||||||
@@ -6,5 +6,7 @@ defaultConfig:
|
|||||||
database: postgres
|
database: postgres
|
||||||
user: postgres
|
user: postgres
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
|
backup:
|
||||||
|
restoreMode: in-place
|
||||||
defaultSecrets:
|
defaultSecrets:
|
||||||
- key: password
|
- key: password
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
version: 1.0.0-1
|
version: 1.0.0-2
|
||||||
defaultConfig:
|
defaultConfig:
|
||||||
namespace: redis
|
namespace: redis
|
||||||
host: redis.redis.svc.cluster.local
|
host: redis.redis.svc.cluster.local
|
||||||
port: 6379
|
port: 6379
|
||||||
uri: redis://{{ .app.host }}:{{ .app.port }}/0
|
uri: redis://{{ .app.host }}:{{ .app.port }}/0
|
||||||
|
backup:
|
||||||
|
restoreMode: in-place
|
||||||
defaultSecrets:
|
defaultSecrets:
|
||||||
- key: password
|
- key: password
|
||||||
|
|||||||
Reference in New Issue
Block a user