add ptp-chat configuration
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
This commit is contained in:
36
ptp-chat/ptp-chat-frontend.yaml
Normal file
36
ptp-chat/ptp-chat-frontend.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ptp-chat-frontend
|
||||
namespace: ptp-chat
|
||||
labels:
|
||||
app: ptp-chat-frontend
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ptp-chat-frontend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: ptp-chat-frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: ptp-chat-frontend
|
||||
image: gitea.controller.bittehackmichnicht.de/apps/ptpchat-frontend/ptp-chat-frontend:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
resources:
|
||||
requests:
|
||||
memory: 0.5Gi
|
||||
cpu: 1
|
||||
limits:
|
||||
memory: 1Gi
|
||||
cpu: 2
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 80
|
||||
imagePullSecrets:
|
||||
- name: pull-secret
|
||||
Reference in New Issue
Block a user