flatpak-cache: switch selector and add port
Signed-off-by: Leo Puvilland <leo@craftcat.dev>
This commit is contained in:
parent
7d96dff8fd
commit
a54cace26f
2 changed files with 3 additions and 1 deletions
|
@ -12,4 +12,4 @@ spec:
|
|||
port: 80
|
||||
targetPort: 3128
|
||||
selector:
|
||||
deploymentconfig: flatpak-cache
|
||||
app: flatpak-cache
|
||||
|
|
|
@ -44,6 +44,8 @@ spec:
|
|||
imagePullPolicy: Always
|
||||
image: image-registry.openshift-image-registry.svc:5000/flatpak-cache/flatpak-cache:latest
|
||||
name: flatpak-cache
|
||||
ports:
|
||||
- containerPort: 3128
|
||||
command:
|
||||
- bash
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue