Skip to content

Commit

Permalink
Merge branch 'main' into feat/one-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Feb 28, 2025
2 parents 372dd7d + 2d1d8ac commit d26ae4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches: [ main ]
paths:
- 'helm/**'
- 'helm/**'

jobs:
helm:
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
rm -f ./helm-docs
translate-readme:
if: ${{ ! always() }}
needs: helm
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion helm/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Installs the core components of cloud-native gateway [Higress](http://higress.io/)

**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.
**Note:** It is highly recommended to install the whole package of Higress. Please visit https://higress.io/docs/user/quickstart/ for details.
6 changes: 3 additions & 3 deletions helm/core/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ template:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyComponentLogLevel=misc:error
- --log_output_level=all:info
- --proxyLogLevel={{- default "warning" .Values.global.proxy.logLevel }}
- --proxyComponentLogLevel={{- default "misc:error" .Values.global.proxy.componentLogLevel }}
- --log_output_level={{- default "default:info" .Values.global.logging.level }}
- --serviceCluster=higress-gateway
securityContext:
{{- if .Values.gateway.containerSecurityContext }}
Expand Down

0 comments on commit d26ae4e

Please sign in to comment.