Files
Keybard-Vagabond-Demo/manifests/applications/bookwyrm/service.yaml

20 lines
292 B
YAML
Raw Normal View History

---
apiVersion: v1
kind: Service
metadata:
name: bookwyrm-web
namespace: bookwyrm-application
labels:
app: bookwyrm
component: web
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
app: bookwyrm
component: web