Skip to content

Commit

Permalink
fix(ingress): make admin api service headless
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jul 7, 2023
1 parent 8324911 commit 0255beb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
8 changes: 8 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.0

### Fixes

- Changed default `gateway.admin` service from `NodePort` to headless `ClusterIP`
which is expected for Gateway Discovery to work.
[#835](https://github.com/Kong/charts/pull/835)

## 0.2.0

### Improvements
Expand Down
8 changes: 4 additions & 4 deletions charts/ingress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kong
repository: https://charts.konghq.com
version: 2.23.0
version: 2.24.0
- name: kong
repository: https://charts.konghq.com
version: 2.23.0
digest: sha256:bfc17662001d97f0cff9445495802d8d33561655415b53f6b02a49c1d16399d4
generated: "2023-06-07T10:35:15.48719+02:00"
version: 2.24.0
digest: sha256:ba896c6e8690635eb398e6c1d12ada44cf7878fc7a44ee45b2311ff5a0e4c8c7
generated: "2023-07-07T11:01:06.255154+02:00"
2 changes: 1 addition & 1 deletion charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
name: ingress
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 0.2.0
version: 0.3.0
appVersion: "3.3"
dependencies:
- name: kong
Expand Down
2 changes: 2 additions & 0 deletions charts/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ gateway:

admin:
enabled: true
type: ClusterIP
clusterIP: None

ingressController:
enabled: false
Expand Down

0 comments on commit 0255beb

Please sign in to comment.