Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ball (0.2 sec)

  1. manifests/charts/gateways/istio-egress/templates/injected-deployment.yaml

                  name: http-envoy-prom
            {{- if not $gateway.runAsRoot }}
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                privileged: false
                readOnlyRootFilesystem: true
            {{- end }}
              resources:
    {{- if $gateway.resources }}
    {{ toYaml $gateway.resources | indent 12 }}
    {{- else }}
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 5K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/templates/injected-deployment.yaml

                  name: http-envoy-prom
            {{- if not $gateway.runAsRoot }}
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                privileged: false
                readOnlyRootFilesystem: true
            {{- end }}
              resources:
    {{- if $gateway.resources }}
    {{ toYaml $gateway.resources | indent 12 }}
    {{- else }}
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 5K bytes
    - Viewed (0)
Back to top