refactor: reorganize manifests into namespace folders #56
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: emby
|
|
||||||
namespace: media
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: emby
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: 8096
|
|
||||||
targetPort: 8096
|
|
||||||
protocol: TCP
|
|
||||||
- name: https
|
|
||||||
port: 8920
|
|
||||||
targetPort: 8920
|
|
||||||
protocol: TCP
|
|
||||||
Reference in New Issue
Block a user