Add PoC example

This commit is contained in:
Caleb Woodbine
2021-05-15 10:05:31 +12:00
parent 261913983e
commit 660c889b5f
4 changed files with 68 additions and 37 deletions

View File

@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: plausible
spec:
rules:
- host: plausible.bobymcbobs-weekend.pair.sharing.io
http:
paths:
- backend:
service:
name: plausible
port:
number: 8000
path: /
pathType: ImplementationSpecific
tls:
- hosts:
- plausible.bobymcbobs-weekend.pair.sharing.io
secretName: letsencrypt-prod