Files
amane-tanikaze-frontend/k8s/deploy.amane-frontend.yaml
ytshih 995bf3baad
All checks were successful
Release / release-image (push) Successful in 2m31s
Release / deploy (push) Successful in 47s
Fix: Change container name
2024-10-13 14:47:06 +00:00

30 lines
591 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: frontend
image: 'gitea.konchin.com/services/amane-tanikaze-frontend:latest'
ports:
- name: http
containerPort: 3000
env:
- name: WDS_SOCKET_PORT
value: '0'
imagePullSecrets:
- name: regcred