Files
amane-tanikaze-frontend/k8s/deploy.amane-frontend.yaml
ytshih 08aebdd61f
Some checks failed
Build image and deploy / deploy (push) Blocked by required conditions
Build image and deploy / release-image (push) Has been cancelled
Change: kubectl and service image
2024-10-18 16:40:48 +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: 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