Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 96 for istiooperators (0.13 sec)

  1. operator/pkg/util/testdata/yaml/input/convention_boolean.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            ISTIO_DUAL_STACK: false
            PROXY_XDS_VIA_AGENT: false
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 23 16:28:53 UTC 2023
    - 292 bytes
    - Viewed (0)
  2. operator/pkg/util/testdata/yaml/output/convention_float.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            PROXY_UPSTREAM_WEIGHT: "0.85"
            PROXY_DOWNSTREAM_WEIGHT: "0.15"
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 303 bytes
    - Viewed (0)
  3. manifests/profiles/preview.yaml

    # This is intended to explore new features coming to Istio.
    # Stability, security, and performance are not guaranteed - use at your own risk.
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      values:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 18 16:33:33 UTC 2024
    - 300 bytes
    - Viewed (0)
  4. operator/samples/ingress-gateway-only.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        ingressGateways:
          - enabled: true
            namespace: my-namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 03:45:46 UTC 2024
    - 205 bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/ztunnel.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio-operator
    spec:
      profile: ambient
      components:
        ztunnel:
          enabled: true
          k8s:
            resources:
              requests:
                cpu: 100m
                memory: 100Mi
              limits:
                cpu: 200m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 12 03:09:45 UTC 2023
    - 327 bytes
    - Viewed (0)
  6. operator/pkg/helmreconciler/testdata/iop-changed.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: changed-profile
      components:
        ingressGateways:
          - name: test-gw-1
            enabled: false
            label:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 01 12:45:02 UTC 2023
    - 272 bytes
    - Viewed (0)
  7. operator/pkg/util/testdata/yaml/input/convention_float.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            PROXY_UPSTREAM_WEIGHT: 0.85
            PROXY_DOWNSTREAM_WEIGHT: 0.15
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 299 bytes
    - Viewed (0)
  8. operator/pkg/util/testdata/yaml/input/convention_integer.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            ISTIO_MULTI_CLUSTERS: 10
            PROXY_XDS_LISTENERS: 20
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 290 bytes
    - Viewed (0)
  9. operator/pkg/util/testdata/yaml/output/convention_boolean.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            ISTIO_DUAL_STACK: "false"
            PROXY_XDS_VIA_AGENT: "false"
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 23 16:28:53 UTC 2023
    - 296 bytes
    - Viewed (0)
  10. operator/pkg/util/testdata/yaml/output/convention_integer.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: istio
    spec:
      profile: default
      meshConfig:
        defaultConfig:
          proxyMetadata:
            ISTIO_MULTI_CLUSTERS: "10"
            PROXY_XDS_LISTENERS: "20"
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 294 bytes
    - Viewed (0)
Back to top