modified service
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
# service.yaml
|
||||
kind: Service
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: audiobookshelf
|
||||
namespace: audiobookshelf
|
||||
spec:
|
||||
selector:
|
||||
app: audiobookshelf
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
name: http
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
#targetPort: 6052
|
||||
selector:
|
||||
app.kubernetes.io/instance: audiobookshelf
|
||||
app.kubernetes.io/name: audiobookshelf
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user