forked from kimhyungsik/ax_hub_mcp_tool
feat: add OpenShift deployment manifests
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
All checks were successful
Deploy Tools / deploy (push) Successful in 2m9s
This commit is contained in:
63
k8s/base/services.yaml
Normal file
63
k8s/base/services.yaml
Normal file
@@ -0,0 +1,63 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: was-sal
|
||||
labels:
|
||||
app.kubernetes.io/name: was-sal
|
||||
app.kubernetes.io/part-of: axhub-datmt
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: was-sal
|
||||
ports:
|
||||
- name: http
|
||||
port: 8082
|
||||
targetPort: http
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: was-cus
|
||||
labels:
|
||||
app.kubernetes.io/name: was-cus
|
||||
app.kubernetes.io/part-of: axhub-datmt
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: was-cus
|
||||
ports:
|
||||
- name: http
|
||||
port: 8084
|
||||
targetPort: http
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: was-pro
|
||||
labels:
|
||||
app.kubernetes.io/name: was-pro
|
||||
app.kubernetes.io/part-of: axhub-datmt
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: was-pro
|
||||
ports:
|
||||
- name: http
|
||||
port: 8085
|
||||
targetPort: http
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: was-sys
|
||||
labels:
|
||||
app.kubernetes.io/name: was-sys
|
||||
app.kubernetes.io/part-of: axhub-datmt
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app.kubernetes.io/name: was-sys
|
||||
ports:
|
||||
- name: http
|
||||
port: 8086
|
||||
targetPort: http
|
||||
Reference in New Issue
Block a user