Skip to content

Commit

Permalink
feat: remove hnc (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jun 25, 2024
1 parent 6e6ebac commit 1b69155
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let
in
{
namespaces.guiduck = {
createNamespace = false;

resources."cert-manager.io/v1".Certificate.mongodb-tls.spec = {
commonName = "*.mongodb-svc.guiduck.svc.cluster.local";
dnsNames = [ "*.mongodb-svc.guiduck.svc.cluster.local" ];
Expand Down
11 changes: 0 additions & 11 deletions kubernetes/monitoring/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions kubernetes/monitoring/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

{
namespaces.grafana = {
createNamespace = false;

helmReleases.grafana = {
chart = transpire.fetchFromHelm {
repo = "https://grafana.github.io/helm-charts";
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/monitoring/loki.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ let
in
{
namespaces.loki = {
createNamespace = false;

helmReleases.loki = {
chart = transpire.fetchFromHelm {
repo = "https://grafana.github.io/helm-charts";
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/monitoring/mimir.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let
in
{
namespaces.mimir = {
createNamespace = false;

helmReleases.mimir = {
chart = transpire.fetchFromHelm {
repo = "https://grafana.github.io/helm-charts";
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/monitoring/prometheus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

{
namespaces.prometheus = {
createNamespace = false;

helmReleases = {
prometheus-operator-crds = {
chart = transpire.fetchFromHelm {
Expand Down
7 changes: 0 additions & 7 deletions kubernetes/poketwo-hns/default.nix

This file was deleted.

0 comments on commit 1b69155

Please sign in to comment.