istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/helloworld/gateway-api/helloworld-versions.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: helloworld-v1 5 spec: 6 ports: 7 - port: 5000 8 name: http 9 selector: 10 app: helloworld 11 version: v1 12 --- 13 apiVersion: v1 14 kind: Service 15 metadata: 16 name: helloworld-v2 17 spec: 18 ports: 19 - port: 5000 20 name: http 21 selector: 22 app: helloworld 23 version: v2