Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix thumbnails #22

Merged
merged 1 commit into from
Mar 16, 2022
Merged

fix thumbnails #22

merged 1 commit into from
Mar 16, 2022

Conversation

wkloucek
Copy link
Contributor

thumbnails have not been working since owncloud/ocis#3272

Comment on lines 74 to +75
- containerPort: 9185 # GRPC
- containerPort: 9186 # HTTP
Copy link
Member

@dragonchaser dragonchaser Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if the HTTP gets ignored by helm.
I think it should look like this:

  ports:
    - name: GRPC
      containerPort: 9185
    - name: HTTP
      containerPort: 9186

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be done in another PR

@wkloucek wkloucek merged commit 27db49b into master Mar 16, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix-thumbnails branch March 16, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants