mirror of
https://github.com/plausible/hosting.git
synced 2025-07-02 01:57:29 -05:00
Add WIP Kubernetes support
This commit is contained in:
13
k8s-manifests/plausible-events-db-service.yaml
Normal file
13
k8s-manifests/plausible-events-db-service.yaml
Normal 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
|
Reference in New Issue
Block a user