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/docspell/joex/service.yaml

17 lines
228 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: joex
name: joex
namespace: docspell
spec:
ports:
- name: "7878"
port: 7878
protocol: TCP
targetPort: 7878
selector:
app: joex
type: ClusterIP