Reloader By R1n Github Link File
If you are starting a new Go project or just want a lightweight tool to speed up your development cycle, give a try. It’s a small tool that makes a big difference in your daily workflow.
This creates a ServiceAccount , ClusterRole , ClusterRoleBinding , and a Deployment for Reloader in the default namespace. To limit it to specific namespaces, edit the ClusterRole to a Role. reloader by r1n github
apiVersion: apps/v1 kind: Deployment metadata: name: my-app annotations: reloader.r1n.com/watch: "true" spec: template: metadata: annotations: # No need to manually change this - Reloader will do it pass: through spec: containers: - name: app image: nginx volumeMounts: - name: config mountPath: /etc/config volumes: - name: config configMap: name: my-config If you are starting a new Go project
The primary goal of reloader is to simplify the development process by automating the reloading of Python modules and packages whenever changes are made to the code. This eliminates the need for manual reloading of the application, saving developers time and reducing the risk of errors. To limit it to specific namespaces, edit the
