Feat: add k8s(kustomize) support
This commit is contained in:
15
k8s/svc.backend.yaml
Normal file
15
k8s/svc.backend.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: cnd2025-backend
|
||||
labels:
|
||||
app: cnd2025-backend
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: cnd2025-backend
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8888
|
||||
Reference in New Issue
Block a user