annotate service to create ingress

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
Ramiro Berrelleza 2020-08-10 21:35:30 -07:00
parent 9aeb362daa
commit 0426953475
No known key found for this signature in database
GPG key ID: 8F443F5203A4B9A3
2 changed files with 2 additions and 14 deletions

View file

@ -280,19 +280,6 @@ spec:
port: 80
targetPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: frontend-external
spec:
type: LoadBalancer
selector:
app: frontend
ports:
- name: http
port: 80
targetPort: 8080
---
apiVersion: apps/v1
kind: Deployment
metadata: