mirror of
https://github.com/plausible/hosting.git
synced 2025-07-01 09:37:29 -05:00
Update Plausible version in PoC and notes
This commit is contained in:
@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
* Prelimiary requirements
|
* Prelimiary requirements
|
||||||
|
|
||||||
- Minikube
|
|
||||||
- Postgres-Operator
|
|
||||||
|
|
||||||
** Notes
|
** Notes
|
||||||
- Minikube can be switched out for Kind
|
|
||||||
- Postgres manifests are also included, in case you don't want to deploy a highly available Postgres database locally (~DATABASE_URL~ will need to be updated also)
|
- Postgres manifests are also included, in case you don't want to deploy a highly available Postgres database locally (~DATABASE_URL~ will need to be updated also)
|
||||||
|
|
||||||
* Setup
|
* Setup
|
||||||
|
@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: plausible
|
- name: plausible
|
||||||
image: plausible/analytics:dev
|
image: plausible/analytics:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
@ -69,7 +69,7 @@ spec:
|
|||||||
resources: {}
|
resources: {}
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: plausible-init
|
- name: plausible-init
|
||||||
image: plausible/analytics:dev
|
image: plausible/analytics:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
Reference in New Issue
Block a user