Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 128 for bookinfo (0.11 sec)

  1. samples/bookinfo/platform/kube/bookinfo-db.yaml

          version: v1
      template:
        metadata:
          labels:
            app: mongodb
            version: v1
        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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. samples/bookinfo/platform/kube/bookinfo-ratings-dualstack.yaml

          version: v1
      template:
        metadata:
          labels:
            app: ratings
            version: v1
        spec:
          containers:
          - name: ratings
            image: docker.io/istio/examples-bookinfo-ratings-v1:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 9080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. samples/bookinfo/platform/kube/bookinfo-ingress.yaml

    Xiaopeng Han <******@****.***> 1646022275 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 28 04:24:35 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. samples/bookinfo/platform/kube/bookinfo-details-dualstack.yaml

          version: v1
      template:
        metadata:
          labels:
            app: details
            version: v1
        spec:
          containers:
          - name: details
            image: docker.io/istio/examples-bookinfo-details-v1:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 9080
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. samples/bookinfo/platform/kube/bookinfo-reviews-v2.yaml

          version: v2
      template:
        metadata:
          labels:
            app: reviews
            version: v2
        spec:
          containers:
          - name: reviews
            image: docker.io/istio/examples-bookinfo-reviews-v2:1.20.1
            imagePullPolicy: IfNotPresent
            env:
            - name: LOG_DIR
              value: "/tmp/logs"
            ports:
            - containerPort: 9080
            volumeMounts:
            - name: tmp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. samples/bookinfo/platform/kube/bookinfo-ratings-v2.yaml

          version: v2
      template:
        metadata:
          labels:
            app: ratings
            version: v2
        spec:
          serviceAccountName: bookinfo-ratings-v2
          containers:
          - name: ratings
            image: docker.io/istio/examples-bookinfo-ratings-v2:1.20.1
            imagePullPolicy: IfNotPresent
            env:
              # ratings-v2 will use mongodb as the default db backend.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. samples/bookinfo/platform/kube/bookinfo-details-v2.yaml

          version: v2
      template:
        metadata:
          labels:
            app: details
            version: v2
        spec:
          containers:
          - name: details
            image: docker.io/istio/examples-bookinfo-details-v2:1.20.1
            imagePullPolicy: IfNotPresent
            ports:
            - containerPort: 9080
            env:
            - name: DO_NOT_ENCRYPT
              value: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. samples/bookinfo/platform/kube/bookinfo-versions.yaml

    Frank Budinsky <******@****.***> 1668184065 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 11 16:27:45 UTC 2022
    - 920 bytes
    - Viewed (0)
  9. samples/ambient-argo/application/bookinfo-versions.yaml

    Mitch Connors <******@****.***> 1699062890 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 920 bytes
    - Viewed (0)
  10. samples/bookinfo/platform/kube/bookinfo-ratings-v2-mysql.yaml

            image: docker.io/istio/examples-bookinfo-ratings-v2:1.20.1
            imagePullPolicy: IfNotPresent
            env:
              # ratings-v2 will use mongodb as the default db backend.
              # if you would like to use mysqldb then you can use this file
              # which sets DB_TYPE = 'mysql' and the rest of the parameters shown
              # here and also create the # mysqldb service using bookinfo-mysql.yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top