Skip to content

Commit

Permalink
chore: charts update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Nov 21, 2024
1 parent 9251134 commit 3e5405b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/islandis/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3373,11 +3373,11 @@ user-notification-worker:
web:
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'dev'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
Expand Down
2 changes: 1 addition & 1 deletion charts/islandis/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3249,11 +3249,11 @@ user-notification-worker:
web:
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'prod'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: 'driving-license-use-v1-endpoint-for-v2-comms'
Expand Down
2 changes: 1 addition & 1 deletion charts/islandis/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3111,11 +3111,11 @@ web:
basicAuth: '/k8s/web/basic_auth'
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'staging'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
Expand Down
2 changes: 1 addition & 1 deletion charts/services/web/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ global:
name: 'web'
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'dev'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
Expand Down
2 changes: 1 addition & 1 deletion charts/services/web/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ global:
name: 'web'
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'prod'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: 'driving-license-use-v1-endpoint-for-v2-comms'
Expand Down
2 changes: 1 addition & 1 deletion charts/services/web/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ name: 'web'
basicAuth: '/k8s/web/basic_auth'
enabled: true
env:
API_URL: 'http://web-api'
DISABLE_API_CATALOGUE: 'false'
DISABLE_ORGANIZATION_CHATBOT: 'false'
DISABLE_SYSLUMENN_PAGE: 'false'
ENVIRONMENT: 'staging'
GRAPHQL_API_URL: 'http://web-api'
LOG_LEVEL: 'info'
NODE_OPTIONS: '--max-old-space-size=691 -r dd-trace/init'
SERVERSIDE_FEATURES_ON: ''
Expand Down

0 comments on commit 3e5405b

Please sign in to comment.