kubernetes service 示例
kind: Service
apiVersion: v1
metadata:
name: study-center-api
namespace: test
spec:
ports:
- protocol: TCP
port: 9003
targetPort: 9003
selector:
app: study-center-api
kind: Service
apiVersion: v1
metadata:
name: study-center-api
namespace: test
spec:
ports:
- protocol: TCP
port: 9003
targetPort: 9003
selector:
app: study-center-api