Remove ports on vpn sidecar
This commit is contained in:
parent
60e8e0ff44
commit
a90f0fa700
|
@ -52,9 +52,6 @@ spec:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
containerPort: 8080
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: qbittorrent-config
|
- name: qbittorrent-config
|
||||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: vpn-pods
|
name: vpn-pods
|
||||||
port:
|
port:
|
||||||
number: 8080
|
name: http
|
Loading…
Reference in New Issue