Skip to content

Instantly share code, notes, and snippets.

View JoseRobertoR's full-sized avatar
🙃
Hey, hey!!!

José Roberto Ramírez Mendoza JoseRobertoR

🙃
Hey, hey!!!
View GitHub Profile
@alexellis
alexellis / GUIDE.md
Last active July 2, 2020 02:25
Customise OpenFaaS helm chart for Raspberry Pi / ARM

Guide

You can use the OpenFaaS helm chart to generate custom YAML files for your OpenFaaS installation on ARMHF and ARM64.

Why? tiller is not available for ARM so we cannot customize the chart that way. So instead we ship some defaults for the community which you can then tweak as you see fit.

But what might you want to change?

  • httpProbe - this is a much faster way to check functions are healthy than the default execProbe
@ahaitoute
ahaitoute / cut_between.sh
Last active July 13, 2021 20:59
This script cuts between the first and last character(s).
#!/bin/bash
#
# Authors: Abdelouahed Haitoute and Mathijs Möhlmann
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,