apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: crd.solo.io/specHash: 879b91bc37b47966 crd.solo.io/version: 2.14.0 labels: app: gloo-mesh-apis app.kubernetes.io/name: gloo-mesh-apis name: gatewaylifecyclemanagers.admin.gloo.solo.io spec: group: admin.gloo.solo.io names: categories: - solo-io kind: GatewayLifecycleManager listKind: GatewayLifecycleManagerList plural: gatewaylifecyclemanagers shortNames: - glm singular: gatewaylifecyclemanager scope: Namespaced versions: - name: v2 schema: openAPIV3Schema: properties: spec: description: Specifications for the `GatewayLifecycleManager` resource. properties: helmGlobal: description: Optional default configuration applicable to all installations properties: repo: description: |- The base URL to the Helm repository that stores the Istio charts. Currently, only OCI registries are supported. Because of that, the base URL must begin with `oci://`. This base URL is used to construct the URLs for specific charts. For example, if you specify `oci://gcr.io/istio/charts` as the base URL, it is used to construct the URL to a specific chart, such as `oci://gcr.io/istio/charts/istiod`. If no base URL is specified, the IstioLifecycleManager attempts to pull the Istio charts from a set of known repositories, including the official Istio upstream repository (`oci://gcr.io/istio-release/charts`). type: string repoSecrets: description: |- Optional. If present, the Gloo agent uses the credentials in the given secrets to log in to the OCI registry to access Istio charts. Similar to ImagePullSecrets, the secrets that you specify in this section must be of type `kubernetes.io/dockerconfigjson` and must exist on all the clusters where you want the Gloo agent to install Istio. items: description: |- ObjectReference contains enough information to let you inspect or modify the referred object. --- New uses of this type are discouraged because of difficulty describing its usage when embedded in APIs. 1. Ignored fields. It includes many fields which are not generally honored. For instance, ResourceVersion and FieldPath are both very rarely valid in actual usage. 2. Invalid usage help. It is impossible to add specific help for individual usage. In most embedded usages, there are particular restrictions like, "must refer only to types A and B" or "UID not honored" or "name must be restricted". Those cannot be well described when embedded. 3. Inconsistent validation. Because the usages are different, the validation rules are different by usage, which makes it hard for users to predict what will happen. 4. The fields are both imprecise and overly precise. Kind is not a precise mapping to a URL. This can produce ambiguity during interpretation and require a REST mapping. In most cases, the dependency is on the group,resource tuple and the version of the actual struct is irrelevant. 5. We cannot easily change it. Because this type is embedded in many locations, updates to this type will affect numerous schemas. Don't make new APIs embed an underspecified API type they do not control. Instead of using this type, create a locally provided and used type that is well-focused on your reference. For example, ServiceReferences for admission registration: https://github.com/kubernetes/api/blob/release-1.17/admissionregistration/v1/types.go#L533 . +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +structType=atomic properties: apiVersion: description: |- API version of the referent. +optional type: string fieldPath: description: |- If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. TODO: this design is not final and this field is subject to change in the future. +optional type: string kind: description: |- Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional type: string name: description: |- Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional type: string namespace: description: |- Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +optional type: string resourceVersion: description: |- Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency +optional type: string uid: description: |- UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +optional type: string type: object type: array repoSkipTlsVerify: description: |- Optional. If true, skip TLS verification when pulling Helm charts from a given OCI repository. Use this setting for testing, quick demos, and exploration purposes only. In production setups, make sure that each node is configured to trust the certificate that is presented by the chart OCI registry. type: boolean type: object installations: description: List of Istio gateway installations. items: description: |- List of Istio gateway installations. Any components that are not related to the gateway are ignored. You can provide only one type of gateway installation per revision in a cluster. For example, in a workload cluster `cluster2`, you can install only one east-west gateway that runs revision `1-19-5`. properties: clusters: description: Clusters to install the Istio gateways in. items: description: Clusters to install the Istio gateways in. properties: activeGateway: description: |- Optional: Defaults to false. When set to true, the gateway installation for this revision is applied as the active gateway through which primary service traffic is routed in the cluster. If the `istioOperatorSpec` defines a service, this field switches the service selectors to the revision specified in the `gatewayRevsion`. You might change this setting for gateway installations during a canary upgrade. For more info, see the [upgrade docs](https://docs.solo.io/gloo-mesh-enterprise/latest/istio/ilm-upgrade/). type: boolean name: description: |- Name of the cluster to install the gateway into. Must match the name of the cluster that you used when you registered the cluster with Gloo. type: string trustDomain: description: |- Optional: By default, the `trustDomain` value in the `meshConfig` section of the operator spec is automatically set by the Gloo to the name of each workload cluster. To override the `trustDomain` for each cluster, you can instead specify the override value by using this `trustDomain` field, and include the value in the list of cluster names. For example, if you specify `meshConfig.trustDomain: cluster1-trust-override` in your operator spec, you then specify both the cluster name (`name: cluster1`) and the trust domain (`trustDomain: cluster1-trust-override`) in this `installations.clusters` section. Additionally, because Gloo requires multiple trust domains for east-west routing, the `PILOT_SKIP_VALIDATE_TRUST_DOMAIN` field is set to `"true"` by default. For more info, see the [Istio documentation](https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1). type: string type: object type: array controlPlaneRevision: description: |- Optional: The revision of an Istio control plane in the cluster that this gateway should also use. If a control plane installation of this revision is not found, no gateway is created. type: string gatewayRevision: description: |- Istio revision for this gateway installation. When set to `auto`, Gloo installs the gateway with the default supported version of the Solo distribution of Istio. type: string istioOperatorSpec: description: |- IstioOperator specification for the gateway. For more info, see the [Istio documentation](https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/). properties: addonComponents: additionalProperties: properties: chartPath: description: Chart path for addon components. type: string enabled: description: Selects whether this component is installed. nullable: true type: boolean k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string schema: description: |- Optional schema to validate spec against. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#any). type: object x-kubernetes-preserve-unknown-fields: true spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true type: object description: |- Deprecated. Users should manage the installation of addon components on their own. Refer to samples/addons for demo installation of addon components. type: object components: description: |- Kubernetes resource settings, enablement and component-specific settings that are not internal to the component. properties: base: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object type: object cni: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object egressGateways: items: description: Configuration for gateways. properties: enabled: description: Selects whether this gateway is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object label: additionalProperties: type: string description: Labels for the gateway. type: object name: description: Name for the gateway. type: string namespace: description: Namespace for the gateway. type: string tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: array ingressGateways: items: description: Configuration for gateways. properties: enabled: description: Selects whether this gateway is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object label: additionalProperties: type: string description: Labels for the gateway. type: object name: description: Name for the gateway. type: string namespace: description: Namespace for the gateway. type: string tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: array istiodRemote: description: Remote cluster using an external control plane. properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object pilot: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object ztunnel: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: object defaultRevision: description: |- Identify whether this revision is the default revision for the cluster This option is currently experimental. type: boolean hub: description: Root for docker image paths e.g. `docker.io/istio` type: string installPackagePath: description: |- Path for the install package. e.g. * /tmp/istio-installer/nightly (local file path) type: string meshConfig: description: |- Config used by control plane components internally. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true namespace: description: |- Namespace to install control plane resources into. If unset, Istio will be installed into the same namespace as the `IstioOperator` CR. You must also set `values.global.istioNamespace` if you wish to install Istio in a custom namespace. If you have enabled CNI, you must exclude this namespace by adding it to the list `values.cni.excludeNamespaces`. type: string profile: description: |- Path or name for the profile e.g. * minimal (looks in profiles dir for a file called minimal.yaml) * /tmp/istio/install/values/custom/custom-install.yaml (local file path) default profile is used if this field is unset. type: string resourceSuffix: type: string revision: description: |- Identify the revision this installation is associated with. This option is currently experimental. type: string tag: description: Version tag for docker images e.g. `1.7.2` type: string unvalidatedValues: description: |- Unvalidated overrides for default `values.yaml`. Used for custom templates where new parameters are added. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true values: description: |- Overrides for default `values.yaml`. This is a validated pass-through to Helm templates. See the [Helm installation options](https://istio.io/v1.5/docs/reference/config/installation-options/) for schema details. Anything that is available in `IstioOperatorSpec` should be set above rather than using the passthrough. This includes Kubernetes resource settings for components in `KubernetesResourcesSpec`. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true type: object skipUpgradeValidation: description: |- When set to true, the lifecycle manager allows you to perform in-place upgrades by skipping checks that are required for canary upgrades. In production environments, canary upgrades are recommended for updating the minor version. To update the patch version or make configuration changes within the same version, you can use in-place upgrades. Be sure to test in-place upgrades in development or staging environments first. type: boolean type: object type: array type: object status: description: The status of the `GatewayLifecycleManager` resource after you apply it to your Gloo environment. properties: clusters: additionalProperties: properties: installations: additionalProperties: properties: message: description: A human-readable message about the current state of the installation. type: string observedOperator: description: The IstioOperator spec that is currently deployed for this revision. properties: addonComponents: additionalProperties: properties: chartPath: description: Chart path for addon components. type: string enabled: description: Selects whether this component is installed. nullable: true type: boolean k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string schema: description: |- Optional schema to validate spec against. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#any). type: object x-kubernetes-preserve-unknown-fields: true spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true type: object description: |- Deprecated. Users should manage the installation of addon components on their own. Refer to samples/addons for demo installation of addon components. type: object components: description: |- Kubernetes resource settings, enablement and component-specific settings that are not internal to the component. properties: base: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object type: object cni: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object egressGateways: items: description: Configuration for gateways. properties: enabled: description: Selects whether this gateway is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object label: additionalProperties: type: string description: Labels for the gateway. type: object name: description: Name for the gateway. type: string namespace: description: Namespace for the gateway. type: string tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: array ingressGateways: items: description: Configuration for gateways. properties: enabled: description: Selects whether this gateway is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object label: additionalProperties: type: string description: Labels for the gateway. type: object name: description: Name for the gateway. type: string namespace: description: Namespace for the gateway. type: string tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: array istiodRemote: description: Remote cluster using an external control plane. properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object pilot: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object ztunnel: properties: enabled: description: Selects whether this component is installed. nullable: true type: boolean hub: description: Hub for the component (overrides top level hub setting). type: string k8s: description: Kubernetes resource spec. properties: affinity: description: |- k8s affinity. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) type: object x-kubernetes-preserve-unknown-fields: true env: description: |- Deployment environment variables. [https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array hpaSpec: description: |- k8s HorizontalPodAutoscaler settings. [https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) type: object x-kubernetes-preserve-unknown-fields: true imagePullPolicy: description: |- k8s imagePullPolicy. [https://kubernetes.io/docs/concepts/containers/images/](https://kubernetes.io/docs/concepts/containers/images/) type: string nodeSelector: additionalProperties: type: string description: |- k8s nodeSelector. [https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) type: object overlays: description: Overlays for k8s resources in rendered manifests. items: type: object x-kubernetes-preserve-unknown-fields: true type: array podAnnotations: additionalProperties: type: string description: |- k8s pod annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object podDisruptionBudget: description: |- k8s PodDisruptionBudget settings. [https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work) type: object x-kubernetes-preserve-unknown-fields: true priorityClassName: description: |- k8s priority_class_name. Default for all resources unless overridden. [https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) type: string readinessProbe: description: |- k8s readinessProbe settings. [https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) k8s.io.api.core.v1.Probe readiness_probe = 9; type: object x-kubernetes-preserve-unknown-fields: true replicaCount: description: |- k8s Deployment replicas setting. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) maximum: 4294967295 minimum: 0 type: integer resources: description: |- k8s resources settings. [https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container) type: object x-kubernetes-preserve-unknown-fields: true securityContext: description: |- k8s pod security context [https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) type: object x-kubernetes-preserve-unknown-fields: true service: description: |- k8s Service settings. [https://kubernetes.io/docs/concepts/services-networking/service/](https://kubernetes.io/docs/concepts/services-networking/service/) type: object x-kubernetes-preserve-unknown-fields: true serviceAnnotations: additionalProperties: type: string description: |- k8s service annotations. [https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) type: object strategy: description: |- k8s deployment strategy. [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) type: object x-kubernetes-preserve-unknown-fields: true tolerations: description: |- k8s toleration [https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumeMounts: description: |- k8s volumeMounts VolumeMounts defines the collection of VolumeMount to inject into containers. items: type: object x-kubernetes-preserve-unknown-fields: true type: array volumes: description: |- k8s volume [https://kubernetes.io/docs/concepts/storage/volumes/](https://kubernetes.io/docs/concepts/storage/volumes/) Volumes defines the collection of Volume to inject into the pod. items: type: object x-kubernetes-preserve-unknown-fields: true type: array type: object namespace: description: Namespace for the component. type: string spec: description: |- Arbitrary install time configuration for the component. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true tag: description: Tag for the component (overrides top level tag setting). type: string type: object type: object defaultRevision: description: |- Identify whether this revision is the default revision for the cluster This option is currently experimental. type: boolean hub: description: Root for docker image paths e.g. `docker.io/istio` type: string installPackagePath: description: |- Path for the install package. e.g. * /tmp/istio-installer/nightly (local file path) type: string meshConfig: description: |- Config used by control plane components internally. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true namespace: description: |- Namespace to install control plane resources into. If unset, Istio will be installed into the same namespace as the `IstioOperator` CR. You must also set `values.global.istioNamespace` if you wish to install Istio in a custom namespace. If you have enabled CNI, you must exclude this namespace by adding it to the list `values.cni.excludeNamespaces`. type: string profile: description: |- Path or name for the profile e.g. * minimal (looks in profiles dir for a file called minimal.yaml) * /tmp/istio/install/values/custom/custom-install.yaml (local file path) default profile is used if this field is unset. type: string resourceSuffix: type: string revision: description: |- Identify the revision this installation is associated with. This option is currently experimental. type: string tag: description: Version tag for docker images e.g. `1.7.2` type: string unvalidatedValues: description: |- Unvalidated overrides for default `values.yaml`. Used for custom templates where new parameters are added. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true values: description: |- Overrides for default `values.yaml`. This is a validated pass-through to Helm templates. See the [Helm installation options](https://istio.io/v1.5/docs/reference/config/installation-options/) for schema details. Anything that is available in `IstioOperatorSpec` should be set above rather than using the passthrough. This includes Kubernetes resource settings for components in `KubernetesResourcesSpec`. For information about the value format, see the [Google protocol buffer documentation](https://protobuf.dev/reference/protobuf/google.protobuf/#struct). type: object x-kubernetes-preserve-unknown-fields: true type: object observedRevision: description: The observed revision of the gateway installation. type: string state: description: The current state of the gateway installation. enum: - PENDING - FAILED - NO_CONTROL_PLANE_AVAILABLE - INSTALLING_GATEWAY - HEALTHY - UNHEALTHY - ACTION_REQUIRED - UPDATING_GATEWAY - RECONCILING_GATEWAY - UNKNOWN - UNINSTALLING_GATEWAY - UNINSTALLED_GATEWAY - INSTALL_PENDING type: string type: object description: The Istio gateway installations in the cluster, listed by revision. type: object type: object description: The list of clusters where Gloo manages Istio gateway installations. type: object type: object type: object served: true storage: true subresources: status: {} ---