initial commit
This commit is contained in:
29
k8s/deploy.amane-frontend.yaml
Normal file
29
k8s/deploy.amane-frontend.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user