Hello
I have deployed the polaris-console with the helm chart on a kubernetes cluster version 1.29.15 (managed kubernetes cluster Flexible Engine CCE), and it fails to start with the error nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
I did the same on GCP GKE cluster version 1.33, and I didn't encountered the same problem.
Configured nginx for static file serving
Generated config.js with runtime configuration:
// Runtime configuration generated from environment variables
window.APP_CONFIG = {
VITE_POLARIS_API_URL: 'https://xxxxxxxxxxxxxxxxxxxx',
VITE_POLARIS_REALM: 'POLARIS',
VITE_POLARIS_PRINCIPAL_SCOPE: 'openid profile email',
VITE_OAUTH_TOKEN_URL: 'https://xxxxxxxxxxxxxxxxxx/api/catalog/v1/oauth/tokens',
VITE_POLARIS_REALM_HEADER_NAME: '',
VITE_OIDC_ISSUER_URL: 'https://zzzzzzz',
VITE_OIDC_CLIENT_ID: 'yyyyyyyyyyyyyyyyyyyyyy',
VITE_OIDC_REDIRECT_URI: 'https://xxxxxxxxxxxxxxxxxx/auth/callback',
VITE_OIDC_SCOPE: 'openid profile email'
};
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
Thanks in advance for the help to fix this issue
Hello
I have deployed the polaris-console with the helm chart on a kubernetes cluster version 1.29.15 (managed kubernetes cluster Flexible Engine CCE), and it fails to start with the error
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)I did the same on GCP GKE cluster version 1.33, and I didn't encountered the same problem.
Thanks in advance for the help to fix this issue