Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 93 of 93 for serviceFor (0.16 sec)

  1. helm-releases/minio-5.3.0.tgz

    .Values.consoleIngress.hosts }} - http: paths: - path: {{ $ingressPath }} {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} pathType: Prefix backend: service: name: {{ $fullName }} port: number: {{ $servicePort }} {{- else }} backend: serviceName: {{ $fullName }} servicePort: {{ $servicePort }} {{- end }} {{- if . }} host: {{ tpl . $ | quote }} {{- end }} {{- end }} {{- end }} minio/templates/console-service.yaml {{ $scheme := .Values.tls.enabled | ternary "https" "http" }} apiVersion: v1 kind:...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      - `spec.backend` -> `spec.defaultBackend`
      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
      - `servicePort` -> `service.port.number` (for numeric values)
      - `pathType` no longer has a default value in v1; "Exact", "Prefix", or "ImplementationSpecific" must be specified
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    - The alpha feature `ServiceAppProtocol` enables setting an `appProtocol` field in ServicePort and EndpointPort definitions. ([#88503](https://github.com/kubernetes/kubernetes/pull/88503), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top