Skip to content

Commit

Permalink
Merge pull request #180 from 0xff-dev/main
Browse files Browse the repository at this point in the history
fix: fix hostaliases issues
  • Loading branch information
bjwswang authored Mar 13, 2024
2 parents 7707294 + 38ac09e commit 62cffaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/u4a-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.7
version: 0.2.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/u4a-component/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploymentConfig:
# BFF server info
# The host Kubernetes cluster with OIDC enabled or use kube-oidc-proxy in front of k8s-apiserver
# kube-oidc-proxy will be installed by default
hostK8sApiWithOidc: &hostK8sApiWithOidc https://k8s.<replaced-ingress-nginx-ip>.nip.io
hostK8sApiWithOidc: &hostK8sApiWithOidc k8s.<replaced-ingress-nginx-ip>.nip.io
# Enable https for bff server
bffHttpsEnabled: true

Expand Down Expand Up @@ -118,7 +118,7 @@ bffServer:
# Required: the host Kubernetes cluster with OIDC enabled
# or use kube-oidc-proxy in front of k8s-apiserver
k8s:
hostK8sApiWithOidc: *hostK8sApiWithOidc
hostK8sApiWithOidc: https://{{ .Values.deploymentConfig.hostK8sApiWithOidc }}

# Generate tenant/namespace/user view for query
# Install if it's host cluster
Expand Down

0 comments on commit 62cffaa

Please sign in to comment.