Remove `ports` option completely

Not needed since `hostNetwork: true`
master
Vados 6 years ago committed by GitHub
parent 82ff7c421d
commit f2c74dd014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,11 +73,6 @@ spec:
scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 1
ports:
- containerPort: 25
hostPort: 25
- containerPort: 443
hostPort: 443
env:
- name: POD_NAME
valueFrom:

Loading…
Cancel
Save