Skip to content

Commit

Permalink
Added timescale-db repo and namespace (#308)
Browse files Browse the repository at this point in the history
* Added timescale-db repo and namespace

* rename timescale-db to timescaledb
  • Loading branch information
devantler authored Aug 22, 2023
1 parent b7ae6d1 commit e7438a9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/infrastructure/base/timescaledb/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
# - release.yaml
- repository.yaml
4 changes: 4 additions & 0 deletions k8s/infrastructure/base/timescaledb/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: timescaledb
8 changes: 8 additions & 0 deletions k8s/infrastructure/base/timescaledb/repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: timescaledb
namespace: timescaledb
spec:
interval: 1m
url: https://charts.timescale.com
1 change: 1 addition & 0 deletions k8s/infrastructure/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/cert-manager
- ../../base/timescaledb
- ../../base/traefik-ingress

patches:
Expand Down
1 change: 1 addition & 0 deletions k8s/infrastructure/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base/cert-manager
- ../../base/timescaledb
- ../../base/traefik-ingress

patches:
Expand Down

0 comments on commit e7438a9

Please sign in to comment.