add onlyoffice, and ingress revision
Some checks failed
/ continuous-deploy (push) Failing after 15s
Some checks failed
/ continuous-deploy (push) Failing after 15s
This commit is contained in:
28
deploy/app/onlyoffice/deployment.yaml
Normal file
28
deploy/app/onlyoffice/deployment.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: onlyoffice
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: onlyoffice
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: onlyoffice
|
||||
spec:
|
||||
containers:
|
||||
- name: onlyoffice
|
||||
image: onlyoffice/documentserver:latest
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
- name: JWT_ENABLED
|
||||
value: "true"
|
||||
- name: JWT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: onlyoffice
|
||||
key: secret
|
||||
Reference in New Issue
Block a user