diff options
| author | akiyamn | 2022-07-07 21:17:45 +1000 |
|---|---|---|
| committer | akiyamn | 2022-07-07 21:17:45 +1000 |
| commit | dbb060175f3851003acdde9568ef32018c3c763a (patch) | |
| tree | f1146bc3245c84cd521284f1f23042c915fe8e77 /yamls/service.yaml | |
| parent | 38d9272164ac79e1bfb1cff34774c93924da094e (diff) | |
| download | argo-test-dbb060175f3851003acdde9568ef32018c3c763a.tar.gz argo-test-dbb060175f3851003acdde9568ef32018c3c763a.zip | |
Diffstat (limited to 'yamls/service.yaml')
| -rw-r--r-- | yamls/service.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/yamls/service.yaml b/yamls/service.yaml new file mode 100644 index 0000000..6dbe385 --- /dev/null +++ b/yamls/service.yaml @@ -0,0 +1,18 @@ +apiVersion: v1 +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 + selector: + app: i2-deploy + type: LoadBalancer +status: + loadBalancer: {} |
