Skip to content

Commit

Permalink
enable ingress virtual server for dashboard
Browse files Browse the repository at this point in the history
- enable CRD in dos-arbitrator
- modify scheme for service-insight in helm values

issue ref: #245
  • Loading branch information
shsingh committed Jul 15, 2023
1 parent d55e591 commit 872d949
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argocd/manifests/dos-arbitrator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ helmCharts:
version: 0.1.0
releaseName: nginx-appprotect-dos-arbitrator
namespace: nginx-ingress
# includeCRDs: true
includeCRDs: true
valuesFile: values.yaml
4 changes: 2 additions & 2 deletions argocd/manifests/nginx-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ controller:
create: true
port: 9114
secret: nginx-ingress/f5labs.dev
scheme: https
scheme: http
nginxStatus:
allowCidrs: "127.0.0.1, ::1, 0.0.0.0/0"
allowCidrs: "0.0.0.0/0"
appprotect:
enable: true
appprotectdos:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
upstreams:
- name: nginx-ingress-controller
service: nginx-ingress-controller
port: 80
port: 8080
routes:
- path: /
action:
Expand Down

0 comments on commit 872d949

Please sign in to comment.