From b97048cf784dd3dcbfdfc0bf7a0649d1b4f523f7 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Sun, 1 Dec 2024 17:18:08 +0100 Subject: [PATCH] remove openebs --- base/kustomization.yaml | 1 - overlays/microk8s/kustomization.yaml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 overlays/microk8s/kustomization.yaml diff --git a/base/kustomization.yaml b/base/kustomization.yaml index ca89998..8159178 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -11,7 +11,6 @@ resources: helmCharts: - name: openebs releaseName: openebs - namespace: openebs repo: https://openebs.github.io/charts - name: mongodb releaseName: mongodb diff --git a/overlays/microk8s/kustomization.yaml b/overlays/microk8s/kustomization.yaml new file mode 100644 index 0000000..03befbc --- /dev/null +++ b/overlays/microk8s/kustomization.yaml @@ -0,0 +1,21 @@ +metadata: + name: standalone +resources: + - ../../base +patches: + - target: + kind: Ingress + name: hub-api-ingress + patch: |- + - op: replace + path: /spec/tls/0/secretName + value: pr54-api + - op: replace + path: /spec/tls/0/hosts/0 + value: pr54.api.kerberos.lol + - op: replace + path: /spec/rules/0/host + value: pr54.api.kerberos.lol + - op: replace + path: /spec/rules/0/http/paths/0/backend/service/name + value: pr54-hub-api-svc \ No newline at end of file