Skip to content

Commit

Permalink
feat: upgrade k8s airbyte to v0.39.37-alpha (#205)
Browse files Browse the repository at this point in the history
feat: upgrade airbyte to v0.39.37-alpha
  • Loading branch information
saviogl committed Jul 23, 2022
1 parent d39c9fa commit 2f11fcf
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 143 deletions.
7 changes: 0 additions & 7 deletions kube/base/airbyte/bootloader.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions kube/base/airbyte/db.yaml
Expand Up @@ -2,19 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: airbyte-db
labels:
app.kubernetes.io/name: airbyte-db
app.kubernetes.io/component: database
spec:
selector:
matchLabels:
app.kubernetes.io/name: airbyte-db
app.kubernetes.io/component: database
template:
metadata:
labels:
app.kubernetes.io/name: airbyte-db
app.kubernetes.io/component: database
spec:
containers:
- name: airbyte-db-container
Expand Down
17 changes: 0 additions & 17 deletions kube/base/airbyte/scheduler.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions kube/base/airbyte/server.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions kube/base/airbyte/temporal.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions kube/base/airbyte/webapp.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions kube/base/airbyte/worker.yaml

This file was deleted.

8 changes: 1 addition & 7 deletions kube/base/kustomization.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Airbyte
- https://github.com/airbytehq/airbyte/kube/overlays/stable?ref=v0.35.5-alpha
- https://github.com/airbytehq/airbyte/kube/overlays/stable?ref=v0.39.37-alpha
# Metabase
- ./metabase
# Hasura
Expand All @@ -12,13 +12,7 @@ resources:
# Faros
- ./faros
patches:
- ./airbyte/bootloader.yaml
- ./airbyte/db.yaml
- ./airbyte/scheduler.yaml
- ./airbyte/server.yaml
- ./airbyte/temporal.yaml
- ./airbyte/webapp.yaml
- ./airbyte/worker.yaml
configMapGenerator:
- name: faros-config
behavior: merge
Expand Down

0 comments on commit 2f11fcf

Please sign in to comment.