Skip to content

Commit

Permalink
fix cloudPort env error
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Feb 20, 2024
1 parent f30a67c commit a38ab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/providers/objectstorage/deploy/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY registry registry
COPY manifests manifests

ENV cloudDomain=${cloudDomain:-"127.0.0.1.nip.io"}
ENV cloudPort=${cloudDomain:-"443"}
ENV cloudPort=${cloudPort:-"443"}

CMD ["kubectl apply -f manifests/deploy.yaml"]

0 comments on commit a38ab56

Please sign in to comment.