Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all-in-one/default_openshift_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion all-in-one/default_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion all-in-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion docs/am-pattern-0-all-in-one/default_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion docs/am-pattern-1-all-in-one-HA/default_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion docs/am-pattern-2-all-in-one_GW/default_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down
2 changes: 1 addition & 1 deletion docs/am-pattern-5-all-in-one_GW_KM/default_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kubernetes:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
gateway:
enabled: true
enabled: false
# -- Ingress hostname for Gateway pass-through
hostname: "gw.wso2.com"
# -- Ingress annotations for Gateway pass-through
Expand Down