forked from kimhyungsik/ax_hub_mcp_tool
16 lines
280 B
YAML
16 lines
280 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: was-sys
|
|
labels:
|
|
app.kubernetes.io/name: was-sys
|
|
app.kubernetes.io/part-of: axhub-sys
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: was-sys
|
|
ports:
|
|
- name: http
|
|
port: 8086
|
|
targetPort: http
|