mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-03 12:56:10 +08:00
25 lines
412 B
YAML
25 lines
412 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: backend
|
|
name: backend
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: backend
|
|
strategy: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
app: backend
|
|
spec:
|
|
containers:
|
|
- image: ghcr.io/suyiiyii/sims:main
|
|
name: sims
|
|
resources: {}
|
|
status: {}
|