aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/kubernetes/ajsc6configdemo-svc.yaml
blob: f20e5b91aa38169c8487ea5f25b10a5f46266da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "kind": "Service",
    "apiVersion": "v1",
    "metadata": {
        "name": "ajsc6configdemo",
         "namespace": "org-onap-aai"
    },
    "spec": {
        "selector": {
            "app": "ajsc6configdemo"
        },
        "ports": [
            {
                "protocol": "TCP",
                "port": 80,
                "targetPort": 8080
            }
        ],
        "type": "NodePort"
    }
}