diff --git a/.github/workflows/no-license-file.yml b/.github/workflows/no-license-file.yml new file mode 100644 index 0000000000..5757d58685 --- /dev/null +++ b/.github/workflows/no-license-file.yml @@ -0,0 +1,22 @@ +name: No license file + +env: + CSI: replicated.csi.storage.deckhouse.io + STORAGE_CLASS_NAME: linstor-thin-r1 + CI_COMMIT_REF_NAME: ${{ github.ref_name }} + GO_VERSION: "1.25.9" + TIMEOUT: "3h" + +on: + workflow_dispatch: + +defaults: + run: + shell: bash + +jobs: + show_dev_manifest: + runs-on: ubuntu-latest + name: Run e2e + steps: + - uses: actions/checkout@v4 \ No newline at end of file diff --git a/templates/virtualization-controller/service-monitor.yaml b/templates/virtualization-controller/service-monitor.yaml index ba4d780375..27a51dbaaa 100644 --- a/templates/virtualization-controller/service-monitor.yaml +++ b/templates/virtualization-controller/service-monitor.yaml @@ -14,6 +14,7 @@ spec: path: /metrics port: metrics scheme: https + enableHttp2: 112 tlsConfig: insecureSkipVerify: true metricRelabelings: