caddy-ingess/hack/test/example-service.yaml
Marco Vito Moscaritolo 9155435e2d
initial info for contributions (#21)
* initial info for contributions

* Auto update docker images on file changes for skaffold

* improve build time ignoring files that are not relevant
2020-02-23 21:58:46 -07:00

13 lines
171 B
YAML

kind: Service
apiVersion: v1
metadata:
name: example
spec:
type: ClusterIP
selector:
app: example
ports:
- protocol: TCP
port: 8080
targetPort: 8080