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/restserver/service.yaml
Tobias Brunner 98b6cdefc1
All checks were successful
continuous-integration/drone/push Build is passing
install docspell
2021-01-11 20:47:36 +01:00

17 lines
246 B
YAML

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