Angular Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
245 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: eks-br2s-linux-service
  5. namespace: eks-br2s-app
  6. labels:
  7. app: eks-br2s-linux-app
  8. spec:
  9. selector:
  10. app: eks-br2s-linux-app
  11. ports:
  12. - protocol: TCP
  13. port: 80
  14. targetPort: 80