Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Value (0.16 sec)

  1. manifests/charts/istio-control/istio-discovery/files/waypoint.yaml

                resourceFieldRef:
                  resource: limits.cpu
            - name: PROXY_CONFIG
              value: |
                     {{ protoToJSON .ProxyConfig }}
            {{- if .ProxyConfig.ProxyMetadata }}
            {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
            - name: {{ $key }}
              value: "{{ $value }}"
            {{- end }}
            {{- end }}
            - name: GOMEMLIMIT
              valueFrom:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 10.1K bytes
    - Viewed (0)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

                  value: "{{.Values.cni.repair.deletePods}}"
                - name: REPAIR_REPAIR_PODS
                  value: "{{.Values.cni.repair.repairPods}}"
                - name: REPAIR_RUN_AS_DAEMON
                  value: "true"
                - name: REPAIR_SIDECAR_ANNOTATION
                  value: "sidecar.istio.io/status"
                - name: REPAIR_INIT_CONTAINER_NAME
                  value: "{{ .Values.cni.repair.initContainerName }}"
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  3. manifests/charts/ztunnel/templates/daemonset.yaml

            - name: RUST_LOG
              value: {{ .Values.logLevel | quote }}
            - name: ISTIO_META_CLUSTER_ID
              value: {{ .Values.multiCluster.clusterName | default "Kubernetes" }}
            - name: INPOD_ENABLED
              value: "true"
            - name: ISTIO_META_DNS_PROXY_ADDR
              value: "127.0.0.1:15053"
            - name: POD_NAME
              valueFrom:
                fieldRef:
                  fieldPath: metadata.name
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

              - name: KUBECONFIG
                value: /var/run/secrets/remote/config
              {{- if .Values.pilot.env }}
              {{- range $key, $val := .Values.pilot.env }}
              - name: {{ $key }}
                value: "{{ $val }}"
              {{- end }}
              {{- end }}
    {{- if .Values.pilot.traceSampling }}
              - name: PILOT_TRACE_SAMPLING
                value: "{{ .Values.pilot.traceSampling }}"
    {{- end }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 8.5K bytes
    - Viewed (0)
Back to top