cert-manager/docs/tutorials/quick-start/echoserver/service.yaml
Joe Heck c18449afb4 adding files for quickstart
- 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>
2018-11-10 12:58:50 -08:00

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