Skip to content

Commit

Permalink
[argocd] changed nginx ingress namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Sep 9, 2023
1 parent 9fbf1da commit c6964ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/argocd/base/core/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
path: apps/networking/ingress-nginx
targetRevision: main
destination:
namespace: ingress
namespace: networking
name: in-cluster
syncPolicy:
automated:
Expand All @@ -20,7 +20,7 @@ spec:
- Validate=false
- CreateNamespace=false
- PrunePropagationPolicy=foreground
- PruneLast=false
- PruneLast=true
- Prune=true
retry:
limit: 10
Expand Down
4 changes: 2 additions & 2 deletions apps/networking/ingress-nginx/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
securityContext:
securityContext:
capabilities:
drop:
- ALL
Expand All @@ -61,7 +61,7 @@ spec:
fieldPath: metadata.namespace
- name: LD_PRELOAD
value: /usr/local/lib/libmimalloc.so
livenessProbe:
livenessProbe:
failureThreshold: 5
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion apps/networking/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ resources:
- sa.yaml
- ./admission-webhooks

namespace: ingress
namespace: networking

0 comments on commit c6964ce

Please sign in to comment.