Add: amane
Some checks failed
Lint yaml / build-package (push) Failing after 10s

This commit is contained in:
2024-11-06 11:22:24 +00:00
parent 5140fe276f
commit 281d770e35
10 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
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