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
185 B

3 years ago
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: sql-service
  5. spec:
  6. type: LoadBalancer
  7. selector:
  8. app: sql-data
  9. ports:
  10. - protocol: TCP
  11. port: 1433
  12. targetPort: 1433