From a54128aae2b25c2e3dc85c096d2e29739264ac1d Mon Sep 17 00:00:00 2001 From: Alexander Reinthal Date: Sat, 28 Dec 2024 11:58:26 +0100 Subject: [PATCH] feat: remove elastic --- apps/base/forgejo/ingress.yaml | 2 +- apps/staging/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/forgejo/ingress.yaml b/apps/base/forgejo/ingress.yaml index 659864c..38bfa18 100644 --- a/apps/base/forgejo/ingress.yaml +++ b/apps/base/forgejo/ingress.yaml @@ -14,6 +14,6 @@ spec: kind: Rule services: - name: forgejo - port: 80 + port: 3000 tls: secretName: local-reinthal-cc-tls diff --git a/apps/staging/kustomization.yaml b/apps/staging/kustomization.yaml index 2e968f9..d6ec035 100644 --- a/apps/staging/kustomization.yaml +++ b/apps/staging/kustomization.yaml @@ -8,6 +8,6 @@ resources: - ../base/ray - ../base/cyberchef - ../base/trino - - ../base/elastic + #- ../base/elastic - ../base/kubeflow - ../base/forgejo