Skip to content

Commit

Permalink
[nethgate] Chart update ingress functionality and remove of migrator (#…
Browse files Browse the repository at this point in the history
…149)

* fix: nethgate proxy ingress conf

* fix: remove nethgate migrator

* fix: update charts doc and version

* fix: nethgate proxy ingress conf
  • Loading branch information
gehlotanish authored Oct 8, 2024
1 parent 4f04684 commit df0de57
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 93 deletions.
2 changes: 1 addition & 1 deletion charts/nethgate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: nethgate
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.33.5
version: 2.33.6
appVersion: "3.5"
dependencies:
- name: postgresql
Expand Down
13 changes: 1 addition & 12 deletions charts/nethgate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1246,18 +1246,7 @@ deployment:
type: LoadBalancer
loadBalancerIP: <ip>
```
# Migrator DOC
```
deployment:
voyager_migrator:
enabled: true
image:
repository: nethermindeth/voyager_migrator
migrator_tag: 0.0.1-dev403
pullSecrets:
- "regcred"
```
## Custom ENV for both Nethgate and migrator both
## Custom ENV for Nethgate
```
deployment:
customNethgateEnv:
Expand Down
2 changes: 1 addition & 1 deletion charts/nethgate/templates/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.deployment.kong.enabled }}
{{- if and .Values.proxy.ingress.enabled }}
{{- if and .Values.proxy.ingress.enabled (eq .Values.proxy.ingress.ingressClassName "gce") }}
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
Expand Down
77 changes: 0 additions & 77 deletions charts/nethgate/templates/migrator_deployment.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions charts/nethgate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ proxy:
ingress:
# Enable/disable exposure using ingress.
enabled: false
# ingressClassName: gce
# backendConfig: {}
backendConfig: {}
# timeoutSec: 400
# sessionAffinity:
# affinityType: "GENERATED_COOKIE"
Expand Down

0 comments on commit df0de57

Please sign in to comment.