Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CA (1.37 sec)

  1. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
    {{- if eq .Values.global.pilotCertProvider "istiod" }}
          - name: istiod-ca-cert
            configMap:
              name: istio-ca-root-cert
    {{- end }}
          - name: podinfo
            downwardAPI:
              items:
                - path: "labels"
                  fieldRef:
                    fieldPath: metadata.labels
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (1)
  2. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

              {{- end }}
              - name: istio-csr-dns-cert
                mountPath: /var/run/secrets/istiod/tls
                readOnly: true
              - name: istio-csr-ca-configmap
                mountPath: /var/run/secrets/istiod/ca
                readOnly: true
              {{- with .Values.pilot.volumeMounts }}
                {{- toYaml . | nindent 10 }}
              {{- end }}
          volumes:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Feb 29 19:22:34 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-egress/templates/deployment.yaml

          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
    {{- if eq .Values.global.pilotCertProvider "istiod" }}
          - name: istiod-ca-cert
            configMap:
              name: istio-ca-root-cert
    {{- end }}
          - name: podinfo
            downwardAPI:
              items:
                - path: "labels"
                  fieldRef:
                    fieldPath: metadata.labels
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (0)
Back to top