mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
chore: Add Kubernetes resources for API and client deployments, services, and ingress
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: client-cluster-ip-service
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
component: client
|
||||
ports:
|
||||
- port: 3000
|
||||
targetPort: 3000
|
||||
Reference in New Issue
Block a user