Skip to content

Instantly share code, notes, and snippets.

View iamlittle's full-sized avatar

Aaron Little iamlittle

  • Opalytics
  • United States
View GitHub Profile
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: apachelb
spec:
backend:
serviceName: apache
servicePort: 8080
apiVersion: v1
kind: ConfigMap
metadata:
name: httpdconf
data:
index1-html: <html><body><h1>This is server 1</h1></body></html>
index2-html: <html><body><h1>This is server 2</h1></body></html>
index3-html: <html><body><h1>This is server 3</h1></body></html>