Skip to content

Commit

Permalink
Added timescale-db repo and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 21, 2023
1 parent b7ae6d1 commit 51cf3c7
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/timescale-db/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/timescale-db/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: timescale-db
8 changes: 8 additions & 0 deletions k8s/infrastructure/base/timescale-db/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: timescale-db
namespace: timescale-db
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/timescale-db
- ../../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/timescale-db
- ../../base/traefik-ingress

patches:
Expand Down

0 comments on commit 51cf3c7

Please sign in to comment.