- I'm going to reference them, but the testing for this repo does link validation up front, so the files need to exist in their final locations before the other PR can pass it's testing/validation. Signed-off-by: Joe Heck <heckj@mac.com>
13 lines
178 B
YAML
13 lines
178 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: echoserver
|
|
namespace: default
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
selector:
|
|
app: echoserver
|