You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
481 B
25 lines
481 B
11 months ago
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: ms-manager-saas
|
||
|
namespace: yibin-charge
|
||
|
labels:
|
||
|
app: ms-manager-saas
|
||
|
annotations:
|
||
|
kubesphere.io/serviceType: statelessservice
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: tcp-80
|
||
|
protocol: TCP
|
||
|
port: 80
|
||
|
targetPort: 80
|
||
|
nodePort: 30700
|
||
|
selector:
|
||
|
app: ms-manager-saas
|
||
|
type: NodePort
|
||
|
sessionAffinity: ClientIP
|
||
|
externalTrafficPolicy: Cluster
|
||
|
sessionAffinityConfig:
|
||
|
clientIP:
|
||
|
timeoutSeconds: 10800
|