17 lines
230 B
YAML
17 lines
230 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: calibre
|
|
namespace: calibre
|
|
labels:
|
|
app: calibre
|
|
spec:
|
|
selector:
|
|
app: calibre
|
|
ports:
|
|
- name: "http-port"
|
|
protocol: TCP
|
|
targetPort: 8083
|
|
port: 80
|
|
|