From 5448407d93687f2818e9499c2c019c3f7e1ac95b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 22 Jul 2024 01:56:37 +1000 Subject: [PATCH] add ingress for couchdb --- infrastructures/couchdb/env/k3s-cluster/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructures/couchdb/env/k3s-cluster/kustomization.yaml b/infrastructures/couchdb/env/k3s-cluster/kustomization.yaml index d1c9249..68b2245 100644 --- a/infrastructures/couchdb/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/couchdb/env/k3s-cluster/kustomization.yaml @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./service.yaml - - ./deployment.yaml \ No newline at end of file + - ./deployment.yaml + - ./ingress.yaml \ No newline at end of file