aboutsummaryrefslogtreecommitdiff
path: root/yamls/service.yaml
diff options
context:
space:
mode:
authorakiyamn2023-02-01 16:05:07 +1100
committerakiyamn2023-02-01 16:05:07 +1100
commit717e52b5766a4637e3cc122167bc210e1368d819 (patch)
tree4202a53fe2d86414a1aee38845b489cb2e7d6efd /yamls/service.yaml
parentebc5e27bf4e046cbd904bb621c098cd934842f9d (diff)
downloadargo-test-717e52b5766a4637e3cc122167bc210e1368d819.tar.gz
argo-test-717e52b5766a4637e3cc122167bc210e1368d819.zip
Remove namespace from svc
Diffstat (limited to 'yamls/service.yaml')
-rw-r--r--yamls/service.yaml4
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