Files
amane-tanikaze-frontend/k8s/deploy.amane-frontend.yaml
ytshih 5ee0700062
All checks were successful
Release / release-image (push) Successful in 2m25s
Release / deploy (push) Successful in 49s
Fix: ENV type error
2024-10-13 14:08:39 +00:00

30 lines
588 B
YAML

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