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

[Housekeeping] Remove unused setting in deployment charts #4251

Closed
2 tasks done
Tracked by #4064
gdabisias opened this issue Oct 17, 2023 · 5 comments · Fixed by #4252
Closed
2 tasks done
Tracked by #4064

[Housekeeping] Remove unused setting in deployment charts #4251

gdabisias opened this issue Oct 17, 2023 · 5 comments · Fixed by #4252
Assignees
Labels
good first issue Good for newcomers hacktoberfest housekeeping Issues that help maintain flyte and keep it tech-debt free

Comments

@gdabisias
Copy link
Contributor

Describe the issue

The deployment chart for datacatalog has the following entry for grpc-2 which is not needed and it should be removed

spec:
  {{- with .Values.datacatalog.service.type}}
  type: {{ . }}
  {{- end }}
  ports:
  - name: grpc-2
    port: 8089
    protocol: TCP
    targetPort: 8089
...
  selector: {{ include "datacatalog.selectorLabels" . | nindent 4 }}
{{- end }}

Code reference

What if we do not do this?

Nothing bad will happen, just confusing for users

Related component(s)

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@gdabisias gdabisias added the housekeeping Issues that help maintain flyte and keep it tech-debt free label Oct 17, 2023
@HeetVekariya
Copy link
Contributor

  • @gdabisias I think that issue asks to remove the following code:
- name: grpc-2
    port: 8089
    protocol: TCP
    targetPort: 8089
  • If you find the solution correct, can you please assign me the issue.

@gdabisias
Copy link
Contributor Author

@HeetVekariya yep that is the case. I can't assign things, so I'll let maintainers take it from here

@HeetVekariya
Copy link
Contributor

HeetVekariya commented Oct 17, 2023

  • @gdabisias @davidmirror-ops Thank you for giving me chance to contribute. 👍
  • I have made a PR, ping me if changes required.
  • I just discovered that flyte is giving swags for contribution, so will get swag if this PR is merged ?

@davidmirror-ops
Copy link
Contributor

@HeetVekariya 2 merged PRs will give you swag :) Checkout the process here: https://flyte.org/blog/flyte-at-hacktoberfest-2023

@HeetVekariya
Copy link
Contributor

This is my first one, if possible I will make another also 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest housekeeping Issues that help maintain flyte and keep it tech-debt free
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants