Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Oct 21, 2024
1 parent 3831db9 commit 77ffc6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/keep/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.3
digest: sha256:b8a1d7ce0c002bf7b1b31c5a55e5d9a05b4de11638998e871abb336954c3901b
generated: "2024-10-20T14:13:00.322813+03:00"
digest: sha256:c1ab16f763d3eced319e2219971b069907ff7ad0a013d51642f26fcb7cb03a56
generated: "2024-10-21T15:29:13.494426+03:00"
4 changes: 4 additions & 0 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fullnameOverride: ""
isGKE: false

global:
# this section controls the ingress resource and not the ingress-nginx controller
# see the ingress-nginx section below for the controller configuration
ingress:
enabled: true
className: "nginx"
Expand All @@ -19,6 +21,8 @@ global:
hosts: []
tls: []

# this section controls the ingress-nginx **controller**
# and not the ingress resource itself
ingress-nginx:
# install the ingress-nginx controller dependency repo
enabled: true
Expand Down

0 comments on commit 77ffc6a

Please sign in to comment.