Skip to content

Commit

Permalink
[PDP-3191] add ingress class (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
syan-tibco authored Sep 25, 2024
1 parent 546ee61 commit 317e9af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/provisioner-config-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apiVersion: v2
name: provisioner-config-local
description: Platform Provisioner local config
type: application
version: "1.0.40"
version: "1.0.42"
appVersion: "2.0.0"
home: https://github.com/TIBCOSoftware/tp-helm-charts
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ options:
guiType: input
reference: "meta.guiEnv.GUI_CP_PLATFORM_BASE_VERSION"
description: "The version of CP platform base. TP 1.3 GA release version is: 1.3.338. Use ^1.0.0 for latest"
- name: "GUI_CP_INGRESS_CLASSNAME"
type: string
guiType: input
reference: "meta.guiEnv.GUI_CP_INGRESS_CLASSNAME"
description: "The ingress class name for CP. Default is nginx, you can use traefik too"
- name: "GUI_CP_STORAGE_CLASS"
type: string
guiType: input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ meta:
GUI_CP_STORAGE_CLASS: standard
GUI_CP_STORAGE_CREATE_PV: false
GUI_CP_STORAGE_PV_NAME: "" # control-plane-pv the name of PV for kind
# ingress
GUI_CP_INGRESS_CLASSNAME: "nginx"
globalEnvVariable:
REPLACE_RECIPE: true
PIPELINE_LOG_DEBUG: false
Expand Down Expand Up @@ -588,7 +590,7 @@ helmCharts:
PRODUCTION_PATH: "" # TODO PCP-5070
deleteDBOnUninstall: "${CP_DB_DELETE_ON_UNINSTALL}"
external:
helmRepo: ${GUI_CP_CHART_REPO}
helmRepo: ${CP_CHART_REPO}
db_host: ${CP_DB_HOST}
db_name: ${CP_DB_NAME}
db_password: ${CP_DB_PASSWORD}
Expand Down

0 comments on commit 317e9af

Please sign in to comment.