Skip to content

Commit

Permalink
Move metabase to tooling namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Apr 15, 2024
1 parent fd0736d commit 9d0bbdf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
Binary file removed kubernetes/namespaces/default/metabase/secrets.yaml
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: metabase
namespace: tooling
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
nginx.ingress.kubernetes.io/auth-tls-secret: "kube-system/mtls-client-crt-bundle"
nginx.ingress.kubernetes.io/auth-tls-error-page: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
name: metabase
namespace: tooling
spec:
tls:
- hosts:
Expand Down
Binary file added kubernetes/namespaces/tooling/metabase/secrets.yaml
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: metabase
namespace: tooling
spec:
selector:
app: metabase
Expand Down

0 comments on commit 9d0bbdf

Please sign in to comment.