service-catalog.yaml 414 B

123456789101112131415161718192021
  1. kind: Service
  2. apiVersion: v1
  3. metadata:
  4. name: impala-catalog-{{ .Values.name }}
  5. spec:
  6. clusterIP: None
  7. ports:
  8. - port: 26000
  9. targetPort: 26000
  10. name: im-ct
  11. protocol: TCP
  12. - port: 24000
  13. targetPort: 24000
  14. name: im-ss
  15. protocol: TCP
  16. - port: 25020
  17. targetPort: 25020
  18. name: im-ct-web
  19. protocol: TCP
  20. selector:
  21. name: impala-catalog-{{ .Values.name }}