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/service-joex.yaml
Tobias Brunner 1f8d469f63
All checks were successful
continuous-integration/drone/push Build is passing
docspell WIP
2021-01-10 21:10:35 +01:00

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