Skip to content

Commit c7aa7be

Browse files
committed
feat(helmbroker): remove gateway
1 parent a09a052 commit c7aa7be

4 files changed

Lines changed: 0 additions & 62 deletions

File tree

charts/helmbroker/Chart.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ dependencies:
55
- name: common
66
repository: oci://registry.drycc.cc/charts
77
version: ~1.1.1
8-
- name: gateway
9-
repository: oci://registry.drycc.cc/charts-testing
10-
version: x.x.x
118
- name: rabbitmq
129
repository: oci://registry.drycc.cc/charts-testing
1310
version: x.x.x

charts/helmbroker/templates/helmbroker-certificate.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

charts/helmbroker/templates/helmbroker-route.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

charts/helmbroker/values.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,8 @@ global:
8181
# - true: all RBAC-related manifests will be installed (in case your cluster supports RBAC)
8282
# - false: no RBAC-related manifests will be installed
8383
rbac: true
84-
# Please check `kubernetes.io/ingress.class`
85-
# The cert-manager component must be installed
86-
# If you want to use HTTPSEnforced or allowlist functions, you must specify:
87-
# - nginx
88-
# - traefik
89-
# Only the above options have been supported so far
90-
ingressClass: ""
9184
# A domain name consists of one or more parts.
9285
# Periods (.) are used to separate these parts.
9386
# Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
9487
# It must start and end with a lowercase letter or digit.
9588
clusterDomain: "cluster.local"
96-
# The public resolvable hostname to build your cluster with.
97-
#
98-
# This will be the hostname that is used to build endpoints such as "drycc-helmbroker.$HOSTNAME"
99-
platformDomain: ""
100-
# Whether cert_manager is enabled to automatically generate helmbroker certificates
101-
certManagerEnabled: false

0 commit comments

Comments
 (0)