UNCLASSIFIED - NO CUI

Skip to content

Oteguide0.1

Travis Smith requested to merge oteguide0.1 into master

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
Edited by Travis Smith

Merge request reports