diff --git a/dmz/istio-system/templates/annotate.yaml b/dmz/istio-system/templates/annotate.yaml index a8a0dc6..620b2af 100644 --- a/dmz/istio-system/templates/annotate.yaml +++ b/dmz/istio-system/templates/annotate.yaml @@ -1,13 +1,14 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - topology.istio.io/controlPlaneClusters: cluster1 - labels: - kubernetes.io/metadata.name: istio-system - name: istio-system -spec: - finalizers: - - kubernetes -status: - phase: Active +#apiVersion: v1 +#kind: Namespace +#metadata: +# annotations: +# topology.istio.io/controlPlaneClusters: cluster1 +# labels: +# kubernetes.io/metadata.name: istio-system +# name: istio-system +#spec: +# finalizers: +# - kubernetes +#status: +# phase: Active +# \ No newline at end of file diff --git a/dmz/istio-system/templates/expose.yaml b/dmz/istio-system/templates/expose.yaml new file mode 100644 index 0000000..eb693e0 --- /dev/null +++ b/dmz/istio-system/templates/expose.yaml @@ -0,0 +1,16 @@ +apiVersion: networking.istio.io/v1 +kind: Gateway +metadata: + name: cross-network-gateway +spec: + selector: + istio: eastwestgateway + servers: + - port: + number: 15443 + name: tls + protocol: TLS + tls: + mode: AUTO_PASSTHROUGH + hosts: + - "*.local" diff --git a/dmz/istio-system/values.yaml b/dmz/istio-system/values.yaml index 5ca6719..097b372 100644 --- a/dmz/istio-system/values.yaml +++ b/dmz/istio-system/values.yaml @@ -428,7 +428,7 @@ istiod: # If the mesh admin does not specify a value, Istio will use the value of the # mesh's Trust Domain. The best practice is to select a proper Trust Domain # value. - meshID: "" + meshID: "mesh1" # Configure the mesh networks to be used by the Split Horizon EDS. # @@ -474,7 +474,7 @@ istiod: # Network defines the network this cluster belong to. This name # corresponds to the networks in the map of mesh networks. - network: "" + network: "network2" # Configure the certificate provider for control plane communication. # Currently, two providers are supported: "kubernetes" and "istiod".