diff options
| -rw-r--r-- | yamls/service.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/yamls/service.yaml b/yamls/service.yaml index 6dbe385..0cda7f6 100644 --- a/yamls/service.yaml +++ b/yamls/service.yaml @@ -3,14 +3,12 @@ kind: Service metadata: labels: app: i2-deploy - app.kubernetes.io/instance: argo-test name: i2-deploy - namespace: argo-test spec: ports: - port: 80 protocol: TCP - targetPort: 80 + targetPort: 8080 selector: app: i2-deploy type: LoadBalancer |
