initial for P1R1
Try 2!
Christian told me I could give this a go. So here is my first try at adding the OT&E Guide App. Any instructions on how to do this the right way are appreciated...right now I'm doing this by intuition.
Here are the contents of route-oteguide.yaml, which is also in the root dir of oteguide. I copied off the example...those hosts are not verified by me.
If something is amiss, please reach out to me at travis.smith.3@us.af.mil and travis42@gmail.com
Thanks!
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: oteguide
spec:
hosts:
- "oteguide.t-rex.dsop.io"
- "oteguide.preprod.dsop.io"
- "oteguide.il2.dsop.io"
- "oteguide.af.mil"
gateways:
- public-gateway.istio-system.svc.cluster.local
http:
- match:
- uri:
prefix: /
rewrite:
uri: /oteguide/
route:
- destination:
host: nginx
port:
number: 80