sergiorossini
Results
1
comments of
sergiorossini
I could keep following the demo with this version of the `ingress.yaml` file: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: guestbook-ingress spec: rules: - host: frontend.minikube.local http: paths: - path:...