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
Tobias Brunner 5b71cef0c3
All checks were successful
continuous-integration/drone/push Build is passing
install oauth2 proxy for owntracks frontend
2020-05-31 23:49:33 +02:00

16 lines
222 B
YAML

apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: owntracks
labels:
app: frontend
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
selector:
app: frontend
type: ClusterIP