media doesn't need a network policy
This commit is contained in:
parent
e3d170ffec
commit
221b9a1370
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./network_policy.yaml
|
||||
#- ./network_policy.yaml
|
||||
- ./qbittorrent
|
||||
- ./radarr
|
||||
- ./sonarr
|
||||
|
|
|
@ -6,13 +6,11 @@ metadata:
|
|||
labels:
|
||||
release: kube-prometheus-stack
|
||||
spec:
|
||||
endpoints:
|
||||
- interval: 30s
|
||||
targetPort: 9000
|
||||
path: /metrics
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
- download
|
||||
selector:
|
||||
matchLabels:
|
||||
app: sonarr-service
|
||||
endpoints:
|
||||
- port: metrics
|
||||
interval: 3m
|
||||
scrapeTimeout: 1m
|
||||
path: /metrics
|
Loading…
Reference in New Issue