mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
chore: Add Kubernetes resources for API and client deployments, services, and ingress
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: client-deployment
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
component: client
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
component: client
|
||||
spec:
|
||||
containers:
|
||||
- name: client
|
||||
image: uxioandrade/tutorial-client
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user