mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Update deployment docs to target Fedora CoreOS and Flatcar Linux * Remove redundant systemd units
18 lines
275 B
YAML
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
|