Skip to content

Instantly share code, notes, and snippets.

View bilbof's full-sized avatar
😃
👍

Bill Franklin bilbof

😃
👍
View GitHub Profile
@erdii
erdii / deployment.yaml
Last active September 8, 2023 21:42
jiralert manifests for kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: jiralert
namespace: default
spec:
selector:
matchLabels:
app: jiralert
template:
@dhh
dhh / Gemfile
Created June 24, 2020 22:23
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers
@jannegpriv
jannegpriv / installation_steps_k3s_nfs_client.md
Last active September 23, 2022 14:13
Installation steps for K3s NFS-Client Provisioner

Installation steps for K3s NFS-Client Provisioner

Uses your existing and already configured NFS server to support dynamic provisioning of Kubernetes Persistent Volumes via Persistent Volume Claims.

Start with cloning the external-storage GitHub repo on the master node:

https://github.com/kubernetes-incubator/external-storage

git clone https://github.com/kubernetes-incubator/external-storage

@cardeo
cardeo / BTME Theme
Created February 11, 2015 07:20
Less theme for Bootstrap Themes Made Easy email course
/* CONTENTS
/////////////////////////////////////
*/
// 00. LESS
/*
01. BASE
02. LAYOUT
03. MODULES
04. STATE
@cardeo
cardeo / BTME Less Variables
Created February 11, 2015 07:18
Less Variables for Bootstrap Themes Made Easy email course
// colour palette
@black: #000;
@dark-grey: #333;
@grey: #ccc;
@light-grey: #ebebeb;
@off-white: #f5f5f5;
@white: #ffffff;
@blue1: #3498db;