Files
matchbox/contrib/k8s/service.yaml
Dalton Hubble ff7112e9d3 Improve deployment docs, prep for release v0.9.0
* Update deployment docs to target Fedora CoreOS and Flatcar Linux
* Remove redundant systemd units
2020-10-14 23:00:34 -07:00

18 lines
275 B
YAML

apiVersion: v1
kind: Service
metadata:
name: matchbox
spec:
type: ClusterIP
selector:
name: matchbox
ports:
- name: http
protocol: TCP
port: 8080
targetPort: 8080
- name: https
protocol: TCP
port: 8081
targetPort: 8081