diff --git a/helm/istiod/templates/istio-service.yaml b/helm/istiod/templates/istio-service.yaml index 625d1c9..a8ecc0a 100644 --- a/helm/istiod/templates/istio-service.yaml +++ b/helm/istiod/templates/istio-service.yaml @@ -1,18 +1,32 @@ +#apiVersion: v1 +#kind: Service +#metadata: +# name: istio-ingressgateway +# namespace: istio-system +#spec: +# type: NodePort +# selector: +# istio: ingressgateway +# ports: +# - name: status-port +# port: 15021 +# targetPort: 15021 +# nodePort: 32751 +# - name: http +# port: 80 +# targetPort: 80 +# nodePort: 30080 apiVersion: v1 kind: Service metadata: name: istio-ingressgateway - namespace: istio-system + namespace: istio-ingress spec: - type: NodePort + type: LoadBalancer selector: istio: ingressgateway ports: - - name: status-port - port: 15021 - targetPort: 15021 - nodePort: 32751 - - name: http - port: 80 - targetPort: 80 - nodePort: 30080 \ No newline at end of file + - port: 80 + name: http + - port: 443 + name: https \ No newline at end of file