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.

12 lines
181 B

  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: sql-service
  5. spec:
  6. type: NodePort
  7. selector:
  8. app: sql-data
  9. ports:
  10. - port: 1433
  11. nodePort: 31433
  12. name: sql-port