mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-08 06:26:55 +02:00
20 lines
342 B
YAML
20 lines
342 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: lumina-deployment
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: lumina
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: lumina
|
|
spec:
|
|
containers:
|
|
- name: lumina
|
|
image: ghcr.io/lumina-rocks/lumina:latest
|
|
ports:
|
|
- containerPort: 80
|