Commit e5b7325
fix: Disable 8081 (metrics) for 2xx (#794)
* Adding if clause to deactivate service port metrics if nifi 2.x.x is deployed
* Add container port only if nifi 1xx
* remove mut from container_nifi
* Adding interface.lo to nifi.properties
* Adapting startup and liveness probe
* Removing old bash options
* Removing uneccessary imports
* Adding docs for portforwarding
* Update docs/modules/nifi/pages/troubleshooting/index.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
* Update rust/operator-binary/src/controller.rs
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
* Removing property and add documentation
* Apply suggestions from code review
Adding review comments
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
* remove docs, not good enough solution
* REmove leftover
* Adding changelog
* removing newline
---------
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>1 parent f86bd96 commit e5b7325
2 files changed
Lines changed: 25 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
849 | 866 | | |
850 | 867 | | |
851 | 868 | | |
| |||
865 | 882 | | |
866 | 883 | | |
867 | 884 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
| 885 | + | |
882 | 886 | | |
883 | 887 | | |
884 | 888 | | |
| |||
1187 | 1191 | | |
1188 | 1192 | | |
1189 | 1193 | | |
1190 | | - | |
1191 | 1194 | | |
1192 | 1195 | | |
1193 | 1196 | | |
| |||
1209 | 1212 | | |
1210 | 1213 | | |
1211 | 1214 | | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
1212 | 1220 | | |
1213 | 1221 | | |
1214 | 1222 | | |
| |||
0 commit comments