Use correct port in kubernetes to not conflict with the metrics port … #139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Disperse configuration | |
"on": | |
- push | |
jobs: | |
disperse: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: jelmer/action-disperse-validate@v1 |