chore(argocd): Allow applicationsync to be turned off
This commit is contained in:
parent
621f22546f
commit
ebb770d44e
11 changed files with 221 additions and 8 deletions
12
k8s-wheatley/sonarr/services.yaml
Normal file
12
k8s-wheatley/sonarr/services.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: sonarr
|
||||
spec:
|
||||
selector:
|
||||
app: sonarr
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8989
|
||||
Loading…
Add table
Add a link
Reference in a new issue