Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Korets (0.21 sec)

  1. helm/minio/templates/deployment.yaml

                {{- include "minio.tlsKeysVolumeMount" . | indent 12 }}
                {{- if .Values.extraVolumeMounts }}
                  {{- toYaml .Values.extraVolumeMounts | nindent 12 }}
                {{- end }}
              ports:
                - name: {{ $scheme }}
                  containerPort: {{ .Values.minioAPIPort }}
                - name: {{ $scheme }}-console
                  containerPort: {{ .Values.minioConsolePort }}
              env:
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Mar 03 17:50:39 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  2. manifests/charts/gateway/templates/deployment.yaml

                value: "{{.}}"
              {{- end }}
              {{- range $key, $val := .Values.env }}
              - name: {{ $key }}
                value: {{ $val | quote }}
              {{- end }}
              ports:
              - containerPort: 15090
                protocol: TCP
                name: http-envoy-prom
              resources:
                {{- toYaml .Values.resources | nindent 12 }}
              {{- with .Values.volumeMounts }}
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

    {{- end }}
    {{- if .Values.global.imagePullPolicy }}
              imagePullPolicy: {{ .Values.global.imagePullPolicy }}
    {{- end }}
              ports:
                {{- range $key, $val := $gateway.ports }}
                - containerPort: {{ $val.targetPort | default $val.port }}
                  protocol: {{ $val.protocol | default "TCP" }}
                {{- end }}
                - containerPort: 15090
    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)
  4. manifests/charts/gateways/istio-egress/templates/deployment.yaml

    {{- end }}
    {{- if .Values.global.imagePullPolicy }}
              imagePullPolicy: {{ .Values.global.imagePullPolicy }}
    {{- end }}
              ports:
                {{- range $key, $val := $gateway.ports }}
                - containerPort: {{ $val.targetPort | default $val.port }}
                  protocol: {{ $val.protocol | default "TCP" }}
                {{- end }}
                - containerPort: 15090
    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)
  5. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

    {{- if .Values.pilot.extraContainerArgs }}
              {{- with .Values.pilot.extraContainerArgs }}
                {{- toYaml . | nindent 10 }}
              {{- end }}
    {{- end }}
              ports:
              - containerPort: 8080
                protocol: TCP
              - containerPort: 15010
                protocol: TCP
              - containerPort: 15017
                protocol: TCP
              readinessProbe:
    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)
Back to top