coreos-cincinnati: add a few temporary ports

This commit is contained in:
Luca BRUNO
2020-07-17 10:35:44 +00:00
parent 663e8d05af
commit 01b2348914

View File

@@ -19,3 +19,17 @@ spec:
- name: coreos-cincinnati-updates-status
port: 9081
targetPort: 9081
# Here below are temporary ports, in order to ease
# swapping in the new services.
- name: coreos-cincinnati-gb
port: 5050
targetPort: 5050
- name: coreos-cincinnati-gb-status
port: 6060
targetPort: 6060
- name: coreos-cincinnati-pe
port: 5051
targetPort: 5051
- name: coreos-cincinnati-pe-status
port: 6061
targetPort: 6061