Skip to content

Instantly share code, notes, and snippets.

View jonfairbanks's full-sized avatar
🍕

Jon Fairbanks jonfairbanks

🍕
View GitHub Profile
did:3:kjzl6cwe1jw145wymievdkvdqh7szejh2ikl6qxtl4ej49jf9yl990mn9w44ve3
@jonfairbanks
jonfairbanks / index.html
Created November 19, 2020 07:20 — forked from kahole/index.html
*scratch*.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>*scratch*</title>
<style>
body {
font-family: Hack, Menlo, Monaco, 'Droid Sans Mono', 'Courier New', monospace;
white-space: pre;
@jonfairbanks
jonfairbanks / mandatory.yaml
Last active September 25, 2019 04:00
Kubernetes configuration to get Nginx Ingress running on a Raspberry Pi cluster.
---
apiVersion: v1
kind: Namespace
metadata:
name: ingress-nginx
---
apiVersion: extensions/v1beta1
kind: Deployment