flatpak-cache: switch to using nodeport
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
3a71f094ea
commit
f5751f0802
1 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,9 @@ metadata:
|
||||||
namespace: flatpak-cache
|
namespace: flatpak-cache
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 3128
|
targetPort: 3128
|
||||||
|
type: NodePort
|
||||||
selector:
|
selector:
|
||||||
app: flatpak-cache
|
app: flatpak-cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue