Files
applications/amane-test/deploy.amane-frontend.yaml
2025-04-18 22:36:16 +08:00

29 lines
586 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: amane-frontend
labels:
app: amane-frontend
spec:
replicas: 1
selector:
matchLabels:
app: amane-frontend
template:
metadata:
labels:
app: amane-frontend
spec:
containers:
- name: frontend
image: gitea.konchin.com/service/amane-tanikaze-frontend:latest
ports:
- name: http
containerPort: 3000
env:
- name: WDS_SOCKET_PORT
value: '0'
imagePullSecrets:
- name: regcred