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/familydb/service.yaml
Tobias Brunner c4ca12b11a
All checks were successful
continuous-integration/drone/push Build is passing
install familydb
2021-04-23 21:17:10 +02:00

16 lines
216 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: familydb
name: familydb
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: familydb
type: ClusterIP