mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Add config for index backup and restore
This commit is contained in:
13
api/internal/crawl/config/elastic/esbackup.yaml
Normal file
13
api/internal/crawl/config/elastic/esbackup.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: elasticsearch.cloud.google.com/v1alpha1
|
||||
kind: ESBackup
|
||||
metadata:
|
||||
name: kustomize-backup
|
||||
spec:
|
||||
storage:
|
||||
gcs:
|
||||
bucket: kustomize-backup
|
||||
path: kustomize
|
||||
secret:
|
||||
name: kustomizesa
|
||||
escluster:
|
||||
name: esbasic
|
||||
Reference in New Issue
Block a user