diff options
| author | akiyamn | 2023-02-01 16:05:07 +1100 |
|---|---|---|
| committer | akiyamn | 2023-02-01 16:05:07 +1100 |
| commit | 717e52b5766a4637e3cc122167bc210e1368d819 (patch) | |
| tree | 4202a53fe2d86414a1aee38845b489cb2e7d6efd | |
| parent | ebc5e27bf4e046cbd904bb621c098cd934842f9d (diff) | |
| download | argo-test-717e52b5766a4637e3cc122167bc210e1368d819.tar.gz argo-test-717e52b5766a4637e3cc122167bc210e1368d819.zip | |
Remove namespace from svc
| -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 |
