Merge pull request #889 from 3dwardch3ng/app/nexus

set nexus service as LB
This commit is contained in:
2024-08-29 10:15:07 +10:00
committed by GitHub
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