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

16 lines
216 B
YAML
Raw Normal View History

2021-04-23 19:17:10 +00:00
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