Skip to content

Commit

Permalink
updated latest examples and user guides
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Feb 27, 2024
1 parent dc9b38d commit fd9ecc1
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down
8 changes: 4 additions & 4 deletions examples/kubernetes/http-routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: example-backend
image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
spec:
containers:
- name: foo-backend
image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -186,7 +186,7 @@ spec:
spec:
containers:
- name: bar-backend
image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -233,7 +233,7 @@ spec:
spec:
containers:
- name: bar-canary-backend
image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
env:
- name: POD_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/mergepatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/tcp-routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
version: v1
spec:
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-1
ports:
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
version: v1
spec:
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-2
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/tls-passthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: passthrough-echoserver
image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
ports:
- containerPort: 8443
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/tls-termination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/latest/user/deployment-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down Expand Up @@ -281,7 +281,7 @@ spec:
spec:
serviceAccountName: backend
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend
ports:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/http-request-mirroring.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
serviceAccountName: backend-2
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-2
ports:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/http-traffic-splitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
spec:
serviceAccountName: backend-2
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-2
ports:
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/latest/user/tcp-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
version: v1
spec:
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-1
ports:
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
version: v1
spec:
containers:
- image: gcr.io/k8s-staging-ingressconformance/echoserver:v20221109-7ee2f3e
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e
imagePullPolicy: IfNotPresent
name: backend-2
ports:
Expand Down

0 comments on commit fd9ecc1

Please sign in to comment.