mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
19 lines
318 B
YAML
19 lines
318 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: excalidraw
|
|
name: excalidraw
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: excalidraw
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: excalidraw
|
|
spec:
|
|
containers:
|
|
- name: excalidraw
|
|
image: excalidraw/excalidraw:latest
|