2023-09-22 14:57:13 +02:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: excalidraw-backend
|
|
|
|
name: excalidraw-backend
|
2024-08-02 16:17:30 +02:00
|
|
|
namespace: NAMESPACE
|
2023-09-22 14:57:13 +02:00
|
|
|
spec:
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: excalidraw-backend
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: excalidraw-backend
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: excalidraw-backend
|
2023-11-24 17:19:51 +01:00
|
|
|
image: domaindrivenarchitecture/c4k-jitsi-excalidraw-backend
|