diff --git a/apps/nexus/base/service.yaml b/apps/nexus/base/service.yaml index 4ed8894..cbd982c 100644 --- a/apps/nexus/base/service.yaml +++ b/apps/nexus/base/service.yaml @@ -10,7 +10,7 @@ metadata: spec: selector: app: nexus - type: ClusterIP + type: LoadBalancer ports: - port: 8081 targetPort: 8081 \ No newline at end of file diff --git a/apps/nexus/env/k3s-cluster/kustomization.yaml b/apps/nexus/env/k3s-cluster/kustomization.yaml index 3ea3085..a227ac4 100644 --- a/apps/nexus/env/k3s-cluster/kustomization.yaml +++ b/apps/nexus/env/k3s-cluster/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ../../base - - ./ingress.yaml \ No newline at end of file + - ../../base \ No newline at end of file