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