mirror of
https://github.com/plausible/hosting.git
synced 2025-07-02 10:07:29 -05:00
Add PoC example
This commit is contained in:
20
k8s-manifests/plausible-ingress.yaml
Normal file
20
k8s-manifests/plausible-ingress.yaml
Normal 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
|
Reference in New Issue
Block a user