Upload files to "apps/calibre-web-gitops"
This commit is contained in:
14
apps/calibre-web-gitops/service.yaml
Normal file
14
apps/calibre-web-gitops/service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: calibre-web
|
||||
namespace: calibre-web
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 8083
|
||||
targetPort: 8083
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: calibre-web
|
||||
Reference in New Issue
Block a user