add hedgedoc
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
d4f0396eca
commit
e53e349413
14 changed files with 406 additions and 0 deletions
24
hedgedoc/deployment-frontend.yaml
Normal file
24
hedgedoc/deployment-frontend.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hedgedoc-frontend
|
||||
namespace: hedgedoc
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: hedgedoc-frontend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: hedgedoc-frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/hedgedoc/hedgedoc/frontend:develop
|
||||
env:
|
||||
- name: HD_BASE_URL
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: hedgedoc-config
|
||||
key: HD_BASE_URL
|
||||
Loading…
Add table
Add a link
Reference in a new issue