k8s/manifests/istio-ingress.yaml

20 lines
459 B
YAML
Raw Normal View History

---
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
name: ingress
spec:
profile: empty # Do not install CRDs or the control plane
components:
ingressGateways:
- name: istio-ingressgateway
namespace: istio-system
enabled: true
label:
istio: ingressgateway
- name: istio-ingressgateway-internal
namespace: istio-system
enabled: true
label:
istio: ingressgateway-internal