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/goldilocks/dashboard/service.yaml
Tobias Brunner 1730b7ee37
All checks were successful
continuous-integration/drone/push Build is passing
install goldilocks
2020-06-29 20:47:31 +02:00

19 lines
366 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: goldilocks-dashboard
labels:
app.kubernetes.io/name: goldilocks
app.kubernetes.io/component: dashboard
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: goldilocks
app.kubernetes.io/component: dashboard