Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 204 for VolumeMounts (0.2 sec)

  1. pkg/kube/inject/testdata/inject/grpc-agent.yaml.injected

            image: fake.docker.io/google-samples/traffic-go-gke:1.0
            name: traffic
            readinessProbe:
              httpGet:
                port: 80
            resources: {}
            volumeMounts:
            - mountPath: /var/lib/istio/data
              name: istio-data
            - mountPath: /etc/istio/proxy
              name: istio-xds
            - mountPath: /var/run/secrets/workload-spiffe-credentials
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. cluster/addons/calico-policy-controller/calico-node-daemonset.yaml

                  valueFrom:
                    fieldRef:
                      fieldPath: spec.nodeName
                # Prevents the container from sleeping forever.
                - name: SLEEP
                  value: "false"
              volumeMounts:
                - mountPath: /host/opt/cni/bin
                  name: cni-bin-dir
                - mountPath: /host/etc/cni/net.d
                  name: cni-net-dir
          containers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 25 12:18:44 UTC 2021
    - 6K bytes
    - Viewed (0)
  3. samples/bookinfo/platform/kube/bookinfo-db.yaml

        spec:
          containers:
          - name: mongodb 
            image: docker.io/istio/examples-bookinfo-mongodb:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 27017
            volumeMounts:
            - name: data-db
              mountPath: /data/db
          volumes:
          - name: data-db
            emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-deployment.yaml

                - --namespace=kube-system
                - --logtostderr=true
                - --poll-period-seconds=30
                - --v=2
                - --config-file=/etc/config/typha-autoscaler
              volumeMounts:
                - name: config
                  mountPath: /etc/config
          volumes:
            - name: config
              configMap:
                name: calico-typha-vertical-autoscaler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/custom-template.yaml.injected

              value: /var/lib/data/foo.json
            image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            readinessProbe:
              httpGet:
                port: 80
            resources: {}
            volumeMounts:
            - mountPath: /var/lib/data/foo.json
              name: some-injected-file
              subPath: foo.json
          volumes:
          - downwardAPI:
              items:
              - fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 25 05:41:41 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  6. samples/security/spire/sleep-spire.yaml

          serviceAccountName: sleep
          containers:
          - name: sleep
            image: curlimages/curl
            command: ["/bin/sleep", "infinity"]
            imagePullPolicy: IfNotPresent
            volumeMounts:
            - name: tmp
              mountPath: /tmp
            securityContext:
              runAsUser: 1000
          volumes:
          - name: tmp
            emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 22:08:56 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. tests/integration/security/external_ca/main_test.go

                    configMap:
                      name: istio-sidecar-injector
                - path: spec.template.spec.containers[0].volumeMounts[100]
                  value: |-
                    name: config-volume
                    mountPath: /etc/istio/config
                - path: spec.template.spec.containers[0].volumeMounts[100]
                  value: |-
                    name: inject-volume
                    mountPath: /var/lib/istio/inject
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 22 14:18:21 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. manifests/charts/ztunnel/values.yaml

      image: ztunnel
    
      # Labels to apply to all top level resources
      labels: {}
      # Annotations to apply to all top level resources
      annotations: {}
    
      # Additional volumeMounts to the ztunnel container
      volumeMounts: []
    
      # Additional volumes to the ztunnel pod
      volumes: []
    
      # Annotations added to each pod. The default annotations are required for scraping prometheus (in most environments).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. cluster/addons/kube-network-policies/kube-network-policies.yaml

            resources:
              requests:
                cpu: "100m"
                memory: "50Mi"
            securityContext:
              privileged: true
            volumeMounts:
            - mountPath: /var/log
              name: varlog
              readOnly: false
            - mountPath: /lib/modules
              name: lib-modules
              readOnly: true
          volumes:
          - name: varlog
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:27:59 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/proxy-override.yaml.injected

            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top