set nexus service as LB

This commit is contained in:
2024-08-29 10:14:45 +10:00
parent 9f8c6fcf30
commit e4ae42e89f
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ metadata:
spec: spec:
selector: selector:
app: nexus app: nexus
type: ClusterIP type: LoadBalancer
ports: ports:
- port: 8081 - port: 8081
targetPort: 8081 targetPort: 8081

View File

@@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../base - ../../base
- ./ingress.yaml