Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for replica_count (0.11 sec)

  1. manifests/charts/gateway/templates/deployment.yaml

      labels:
        {{- include "gateway.labels" . | nindent 4}}
      annotations:
        {{- .Values.annotations | toYaml | nindent 4 }}
    spec:
      {{- if not .Values.autoscaling.enabled }}
      {{- with .Values.replicaCount }}
      replicas: {{ . }}
      {{- end }}
      {{- end }}
      selector:
        matchLabels:
          {{- include "gateway.selectorLabels" . | nindent 6 }}
      template:
        metadata:
          {{- with .Values.podAnnotations }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. cmd/metrics-v2.go

    				Value:       float64(m.ReplicaSize),
    			})
    			ml = append(ml, MetricV2{
    				Description: getRepReceivedOperationsMD(clusterMetricNamespace),
    				Value:       float64(m.ReplicaCount),
    			})
    
    			for _, stat := range m.Metrics {
    				ml = append(ml, MetricV2{
    					Description:    getRepFailedBytesLastMinuteMD(clusterMetricNamespace),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top