12345678910111213141516171819202122 |
- apiVersion: v1
- kind: Service
- metadata:
- labels:
- app-name: ai-web
- name: ai-web
- spec:
- ports:
- - name: ai-web-port
- nodePort: 32181
- port: 8181
- protocol: TCP
- targetPort: ai-web-port
- - name: ai-webs-port
- nodePort: 32443
- port: 443
- protocol: TCP
- targetPort: ai-webs-port
- selector:
- app-name: ai-web
- sessionAffinity: None
- type: NodePort
|