32 lines
638 B
YAML
32 lines
638 B
YAML
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: collabora
|
|
namespace: default
|
|
spec:
|
|
strategy:
|
|
type: Recreate
|
|
selector:
|
|
matchLabels:
|
|
app: collabora
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: collabora
|
|
spec:
|
|
containers:
|
|
- name: collabora
|
|
image: collabora/code:25.04.6.1.1
|
|
ports:
|
|
- containerPort: 9980
|
|
env:
|
|
- name: aliasgroup1
|
|
value: "https://nextcloud.akshun-lab.uk"
|
|
- name: aliasgroup2
|
|
value: "https://nextcloud.akshun-lab.cc"
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- MKNOD
|