Commit b3d47db7 authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes

parent 46c42c4c
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ repo:
    # platform ingress configuration
    ingress:
      # host name
      host: mec-platform.etsi.org
      host: mec-platform2.etsi.org
      # enable https only (redirect http requests to https port)
      https-only: true
      # bind to host ports (true) or node ports (false)
@@ -68,18 +68,18 @@ repo:
      github:
        # enable GitHub OAuth
        enabled: true
        # device authorization url
        # device authorization url for mec-sandbox-api
        device-auth-url: https://github.com/login/device/code
        # device polling url
        # authorization url for mec-sandbox-api
        device-poll-url: https://github.com/login/oauth/access_token
        # device polling url
        poll-url: https://github.com/login/oauth/access_token
        # authorization url
        auth-url: https://github.com/login/device/code
        # polling url
        poll-url: https://github.com/login/oauth/access_token
        # access token url
        token-url: https://github.com/login/oauth/access_token
        # OAuth redirect URI
        redirect-uri: https://mec-platform.etsi.org/platform-ctrl/v1/authorize
        redirect-uri: https://mec-platform2.etsi.org/platform-ctrl/v1/authorize
        # OAuth k8s secret (data: client-id, secret)
        secret: meep-oauth-github
      # GitLab OAuth provider config
@@ -91,7 +91,7 @@ repo:
        # access token url
        token-url: https://forge.etsi.org/rep/oauth/token
        # OAuth redirect URI
        redirect-uri: https://mec-platform.etsi.org/platform-ctrl/v1/authorize
        redirect-uri: https://mec-platform2.etsi.org/platform-ctrl/v1/authorize
        # GitLab api url
        api-url: https://forge.etsi.org/rep/api/v4
        # OAuth k8s secret (data: client-id, secret)
@@ -120,7 +120,7 @@ repo:
          # prometheus environment (dev|prod)
          promenv: prod
          # unique deployment identifier
          replica: 172.29.10.52
          replica: 172.29.10.56
      # Thanos long-term storage
      thanos:
        # enable Thanos