core 추가
This commit is contained in:
14
bussiness1-core-svc.yml
Normal file
14
bussiness1-core-svc.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: core-svc
|
||||
namespace: bussiness1
|
||||
spec:
|
||||
selector:
|
||||
app: bussiness1-core
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: tomcat
|
||||
protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8077
|
||||
Reference in New Issue
Block a user