This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/mealie/service.yaml

16 lines
206 B
YAML
Raw Permalink Normal View History

2021-12-27 19:42:10 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
app: mealie
name: mealie
spec:
ports:
- name: http
2021-12-28 18:22:58 +00:00
port: 80
2021-12-27 19:42:10 +00:00
protocol: TCP
2021-12-28 18:22:58 +00:00
targetPort: 80
2021-12-27 19:42:10 +00:00
selector:
app: mealie
type: ClusterIP