1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/kube/resources/volume-db.yaml
Jared Rhizor 08afdd3998 add gke support for kube (#1369)
* fix mounting

* svc accounts and other fixes

* remove redundant sync closure call

* switch back to using dev tags and format

* do not overwrite in initContainers

* rename to scheduler-service-account

* add documentation

* fix lack of cp -n on busybox

* use kubectl run, still needs affinity

* add affinity

* downgrade kubectl on scheduler to match docker-desktop latest

* fix overrides

* THE MISISNG PIECE

* add attach permissions

* fmt

* update kube documentation

* put docs on the docs site instead
2020-12-28 10:30:44 -08:00

13 lines
201 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: airbyte-volume-db
labels:
airbyte: volume-db
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 500Mi