Skip to content

Commit

Permalink
changing defaults in the create deployment workflow
Browse files Browse the repository at this point in the history
- disabling sticky sessions by default
- disabling otel by default
  • Loading branch information
kami619 committed Jun 27, 2023
1 parent d71e094 commit b462313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/keycloak-create-deployment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
default: '3'
disableStickySessions:
description: 'Disable sticky session in OpenShift Route'
default: 'false'
default: 'true'
image:
description: 'Keycloak Image'
podMemoryRequests:
Expand All @@ -26,7 +26,7 @@ inputs:
description: 'Keycloak server maximum Java heap size (in MB)'
otel:
description: 'Enable OpenTelemetry'
default: 'true'
default: 'false'

runs:
using: "composite"
Expand Down

0 comments on commit b462313

Please sign in to comment.