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,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: plausible-events-db
name: plausible-events-db
spec:
ports:
- name: "8123"
port: 8123
targetPort: 8123
selector:
app: plausible-events-db