Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 159 for istiooperators (0.2 sec)

  1. 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)
  2. 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)
  3. operator/cmd/mesh/testdata/profile-dump/output/all_off.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: true
        cni:
          enabled: false
        egressGateways:
        - enabled: false
          name: istio-egressgateway
        ingressGateways:
        - enabled: true
          name: istio-ingressgateway
        pilot:
          enabled: false
      hub: gcr.io/istio-testing
    
      profile: default
      tag: latest
      values:
        defaultRevision: ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 565 bytes
    - Viewed (0)
  4. tests/integration/iop-externalistiod-config-integration-test-defaults.yaml

    # This file provides some defaults for integration testing.
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: install
    spec:
      components:
        base:
          enabled: false
        pilot:
          enabled: false
        ingressGateways:
        - name: istio-ingressgateway
          enabled: false
        egressGateways:
        - name: istio-egressgateway
          enabled: false
        istiodRemote:
          enabled: true
      values:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 23 23:20:19 UTC 2022
    - 597 bytes
    - Viewed (0)
  5. operator/samples/pilot-advanced-override.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          k8s:
            overlays:
            - kind: Deployment
              name: istiod
              patches:
              - path: spec.template.spec.containers.[name:discovery].args.[30m]
                value: "60m" # OVERRIDDEN
              - path: spec.template.spec.containers.[name:discovery].ports.[containerPort:8080].containerPort
                value: 8090 # OVERRIDDEN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 18 18:00:25 UTC 2020
    - 598 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