reorganised
This commit is contained in:
17
manifests/service.yaml
Normal file
17
manifests/service.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: calibre
|
||||
namespace: calibre
|
||||
labels:
|
||||
app: calibre
|
||||
app.kubernetes.io/instance: calibre
|
||||
spec:
|
||||
selector:
|
||||
app: calibre
|
||||
ports:
|
||||
- name: "http-port"
|
||||
protocol: TCP
|
||||
targetPort: 8083
|
||||
port: 80
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user