Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for devops (0.23 sec)

  1. manifests/addons/values-kiali.yaml

    # We set up anonymous authentication as this is for demos.
    auth:
      strategy: anonymous
    deployment:
      pod_labels:
        sidecar.istio.io/inject: "false"
      accessible_namespaces:
      - '**'
      ingress_enabled: false
    login_token:
      signing_key: CHANGEME00000000
    external_services:
      # Kiali will not start up without tracing service. We don't want to require it.
      tracing:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 09 21:40:53 GMT 2024
    - 385 bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

     [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Istio Wasm Extension Dashboard", "uid": "7PAV7ctGz", "version": 17 } manifests/addons/values-kiali.yaml # We set up anonymous authentication as this is for demos. auth: strategy: anonymous deployment: pod_labels: sidecar.istio.io/inject: "false" accessible_namespaces: - '**' ingress_enabled: false hpa: api_version: autoscaling/v2beta2 login_token: signing_key: CHANGEME00000000 manifests/addons/gen.sh #!/usr/bin/env...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	DIVPD X11, X11                          // 66450f5edb
    	DIVPS (BX), X2                          // 0f5e13
    	DIVPS (R11), X2                         // 410f5e13
    	DIVPS X2, X2                            // 0f5ed2
    	DIVPS X11, X2                           // 410f5ed3
    	DIVPS (BX), X11                         // 440f5e1b
    	DIVPS (R11), X11                        // 450f5e1b
    	DIVPS X2, X11                           // 440f5eda
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  4. .github/workflows/test-redistribute.yml

          - name: Run source distribution tests
            run: |
              cd dist/fastapi*/
              bash scripts/test.sh
          - name: Build wheel distribution
            run: |
              cd dist
              pip wheel --no-deps fastapi*.tar.gz
          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 30 06:38:13 GMT 2024
    - 1.4K bytes
    - Viewed (0)
Back to top