We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
adminer
Task: Run `adminer` on a cloud machine via k8s.
Originally posted by @mrnicegyu11 in #618 (comment)
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
How to manage charts
helm repo add <repo-name> && helm install <chart-name> <repo-name>
helm install <chart-name> ./mychart
How to implement ENV ingestion with helm?
An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer. source: https://kubernetes.io/docs/concepts/services-networking/ingress/
YuryHrytsuk
No branches or pull requests
Originally posted by @mrnicegyu11 in #618 (comment)
Tasks
The text was updated successfully, but these errors were encountered: