Files
applications/amane-tanikaze/deploy.amane-frontend.yaml
ytshih 281d770e35
Some checks failed
Lint yaml / build-package (push) Failing after 10s
Add: amane
2024-11-06 11:22:24 +00:00

29 lines
560 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