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
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./namespace.yaml
|
||||||
- ./network_policy.yaml
|
#- ./network_policy.yaml
|
||||||
- ./qbittorrent
|
- ./qbittorrent
|
||||||
- ./radarr
|
- ./radarr
|
||||||
- ./sonarr
|
- ./sonarr
|
||||||
|
|
|
@ -6,13 +6,11 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
release: kube-prometheus-stack
|
release: kube-prometheus-stack
|
||||||
spec:
|
spec:
|
||||||
endpoints:
|
|
||||||
- interval: 30s
|
|
||||||
targetPort: 9000
|
|
||||||
path: /metrics
|
|
||||||
namespaceSelector:
|
|
||||||
matchNames:
|
|
||||||
- download
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: sonarr-service
|
app: sonarr-service
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
interval: 3m
|
||||||
|
scrapeTimeout: 1m
|
||||||
|
path: /metrics
|
Loading…
Reference in New Issue