a-cloud-all/k8s/14-airline/service.yaml

14 lines
203 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: tuoheng-modules-airline
namespace: ruoyi
spec:
type: ClusterIP
ports:
- port: 9203
targetPort: 9203
name: http
selector:
app: airline