spec:
containers:
- name: tomcat-demo
image: tomcat
**ports:**
imagePullPolicy: IfNotPresent
env:
- name: GET_HOSTS_FROM
value: dns
**ports:**
- containerPort: 80
这里是该两个ports吗
{key: environment, operator: NorIn, values: [dev]}
这里是NotIn还是NorIn呢,这个大小写是什么规律呢,写notin可以吗,到底是not in还是notin