diff --git a/examples/sample-app/application-template-custombuild.json b/examples/sample-app/application-template-custombuild.json index c2fb1f849d42..f54ee121de93 100644 --- a/examples/sample-app/application-template-custombuild.json +++ b/examples/sample-app/application-template-custombuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -183,7 +183,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": { diff --git a/examples/sample-app/application-template-dockerbuild.json b/examples/sample-app/application-template-dockerbuild.json index eb7a7fc6afb9..9df5d34913ba 100644 --- a/examples/sample-app/application-template-dockerbuild.json +++ b/examples/sample-app/application-template-dockerbuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -173,7 +173,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": { diff --git a/examples/sample-app/application-template-stibuild.json b/examples/sample-app/application-template-stibuild.json index ac2575dd4ee7..952b4dac9fab 100644 --- a/examples/sample-app/application-template-stibuild.json +++ b/examples/sample-app/application-template-stibuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -208,7 +208,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": {