UNCLASSIFIED - NO CUI

Skip to content

initial AFCC site

brian.irish requested to merge afcc0.1 into master

The first deployment to get set up for AFCC site demo. Please set up the below service template as updated from the static-sites' readme.

    kind: VirtualService
    metadata:
    name: afcc
    spec:
    hosts:
        - "afcc.preprod.dsop.io"
        - "afcc.il2.dsop.io"
    gateways:
        - public-gateway.istio-system.svc.cluster.local
    http:
        - match:
            - uri:
                prefix: /
        rewrite:
            uri: /afcc/
        route:
            - destination:
                host: nginx
                port:
                number: 80

Merge request reports