20 lines
292 B
YAML
20 lines
292 B
YAML
---
|
|
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
|