caddy-ingess/hack/test/example-service2.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
173 B
YAML

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