remove port names
This commit is contained in:
		| @@ -20,14 +20,11 @@ spec: | |||||||
|             cpu: "500m" |             cpu: "500m" | ||||||
|         ports: |         ports: | ||||||
|         - containerPort: 8384 |         - containerPort: 8384 | ||||||
|           name: syncthing-web |  | ||||||
|           protocol: TCP |           protocol: TCP | ||||||
|         - containerPort: 22000 |         - containerPort: 22000 | ||||||
|           protocol: TCP |           protocol: TCP | ||||||
|           name: syncthing-listen |  | ||||||
|         - containerPort: 22000 |         - containerPort: 22000 | ||||||
|           protocol: UDP |           protocol: UDP | ||||||
|           name: syncthing-discover |  | ||||||
|         volumeMounts: |         volumeMounts: | ||||||
|         - name: persistence |         - name: persistence | ||||||
|           mountPath: /var/syncthing |           mountPath: /var/syncthing | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user