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/owntracks/frontend/service.yaml

16 lines
222 B
YAML
Raw Normal View History

2020-01-26 19:46:25 +00:00
apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: owntracks
2020-05-31 20:59:36 +00:00
labels:
app: frontend
2020-01-26 19:46:25 +00:00
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
2020-01-26 19:46:25 +00:00
selector:
app: frontend
type: ClusterIP