Skip to content

OpenShift 4

Endi S. Dewata edited this page Sep 15, 2023 · 1 revision

Installation

Ingress

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: spring-petclinic
spec:
  rules:
  - host: petclinic.192.168.99.100.nip.io
    http:
     paths:
     - path: /
       backend:
        serviceName: spring-petclinic
        servicePort: 8080

See Also

Clone this wiki locally