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