Skip to content

Commit

Permalink
[kong] update minimal Enterprise DB-less example
Browse files Browse the repository at this point in the history
Disable unused services in the minimal Enterprise example:
- It does not use the Portal, but did not disable its Service.
- It does not expose the admin API, so it cannot use Manager, and does
  not need its Service.

Remove the beta warning from the comments. This example does function as
designed, it just intentionally doesn't enable much of anything.
  • Loading branch information
Travis Raines authored and rainest committed Feb 10, 2021
1 parent bbef990 commit ebbd32c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example-values/minimal-kong-enterprise-dbless.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# WARNING: this deployment example is currently in beta. It is not suited for production.
# Basic values.yaml for Kong for Kubernetes with Kong Enterprise (DB-less)
# Several settings (search for the string "CHANGEME") require user-provided
# Secrets. These Secrets must be created before installation.
Expand All @@ -22,6 +21,14 @@ enterprise:
rbac:
enabled: false

manager:
enabled: false

portal:
enabled: false

portalapi:
enabled: false

env:
database: "off"
Expand Down

0 comments on commit ebbd32c

Please sign in to comment.