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