Commit d5060a79 by gxfeng

fqboss发版

parent 8144daf1
...@@ -15,20 +15,20 @@ spec: ...@@ -15,20 +15,20 @@ spec:
labels: labels:
app: fqboss app: fqboss
spec: spec:
affinity: # affinity:
nodeAffinity: # nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: # requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: # nodeSelectorTerms:
- matchExpressions: # - matchExpressions:
- key: kubernetes.io/hostname # - key: kubernetes.io/hostname
operator: In # operator: In
values: # values:
- kubnode1 # - kubnode1
- kubnode2 # - kubnode2
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: fqboss - name: fqboss
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:666.0.48 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:666.0.50
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
...@@ -106,6 +106,6 @@ spec: ...@@ -106,6 +106,6 @@ spec:
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 80
nodePort: 19610 # nodePort: 19610
selector: selector:
app: fqboss app: fqboss
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment