Add WIP Kubernetes support

This commit is contained in:
Caleb Woodbine
2020-10-08 22:07:58 +13:00
parent 3adc80359b
commit e59f03b970
9 changed files with 387 additions and 0 deletions

View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: plausible
name: plausible
spec:
ports:
- name: http
port: 8000
targetPort: 8000
type: NodePort
selector:
app: plausible