mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
use agnhost for the documentation manifests
Change-Id: I863b058dc80752e2ee48ace96ff561c4fce02dca
This commit is contained in:
@@ -6,10 +6,13 @@ metadata:
|
||||
app: http-echo
|
||||
spec:
|
||||
containers:
|
||||
- name: foo-app
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
args:
|
||||
- "-text=foo"
|
||||
- command:
|
||||
- /agnhost
|
||||
- serve-hostname
|
||||
- --http=true
|
||||
- --port=8080
|
||||
image: registry.k8s.io/e2e-test-images/agnhost:2.39
|
||||
name: foo-app
|
||||
---
|
||||
kind: Pod
|
||||
apiVersion: v1
|
||||
@@ -19,10 +22,13 @@ metadata:
|
||||
app: http-echo
|
||||
spec:
|
||||
containers:
|
||||
- name: bar-app
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
args:
|
||||
- "-text=bar"
|
||||
- command:
|
||||
- /agnhost
|
||||
- serve-hostname
|
||||
- --http=true
|
||||
- --port=8080
|
||||
image: registry.k8s.io/e2e-test-images/agnhost:2.39
|
||||
name: bar-app
|
||||
---
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
@@ -33,5 +39,5 @@ spec:
|
||||
selector:
|
||||
app: http-echo
|
||||
ports:
|
||||
# Default port used by the image
|
||||
- port: 5678
|
||||
targetPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user