add soulsync
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
2671abc98c
commit
67a2318a96
13 changed files with 467 additions and 0 deletions
27
apps/soulsync/service.yaml
Normal file
27
apps/soulsync/service.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: slskd
|
||||
namespace: slskd
|
||||
spec:
|
||||
selector:
|
||||
app: slskd
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 5030
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: soulsync
|
||||
namespace: slskd
|
||||
spec:
|
||||
selector:
|
||||
app: slskd
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
type: ClusterIP
|
||||
Loading…
Add table
Add a link
Reference in a new issue