istio-operator.yaml 877 B

1234567891011121314151617181920212223242526272829303132333435
  1. apiVersion: install.istio.io/v1alpha1
  2. kind: IstioOperator
  3. spec:
  4. values:
  5. global:
  6. proxy:
  7. autoInject: disabled
  8. useMCP: false
  9. # The third-party-jwt is not enabled on all k8s.
  10. # See: https://istio.io/docs/ops/best-practices/security/#configure-third-party-service-account-tokens
  11. jwtPolicy: third-party-jwt
  12. addonComponents:
  13. pilot:
  14. enabled: true
  15. components:
  16. ingressGateways:
  17. - name: istio-ingressgateway
  18. enabled: true
  19. k8s:
  20. service:
  21. type: NodePort
  22. ports:
  23. - port: 15020
  24. nodePort: 30020
  25. name: status-port
  26. - port: 80
  27. nodePort: 30080
  28. name: http2
  29. targetPort: 8080
  30. - port: 443
  31. nodePort: 30443
  32. targetPort: 8443
  33. name: https