Skip to content

Commit fc62fe0

Browse files
committed
chore(ingress): renmae use_native_ingress to use_ingress
1 parent bdd667b commit fc62fe0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: "DRYCC_REGISTRY_SERVICE_HOST"
4747
value: "127.0.0.1"
4848
- name: "DRYCC_REGISTRY_SERVICE_PORT"
49-
value: "{{ .Values.global.host_port }}"
49+
value: "{{ .Values.global.registry_service_port }}"
5050
- name: "HEALTH_SERVER_PORT"
5151
value: "8092"
5252
- name: "EXTERNAL_PORT"

charts/builder/templates/builder-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spec:
1111
targetPort: 2223
1212
selector:
1313
app: drycc-builder
14-
{{ if .Values.global.use_native_ingress }}
14+
{{ if .Values.global.use_ingress }}
1515
type: "LoadBalancer"
1616
{{ end }}

charts/builder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ global:
1212
# Valid values are:
1313
# - true: The drycc controller will now create Kubernetes ingress rules for each app, and ingress rules will automatically be created for the controller itself.
1414
# - false: The default mode, and the default behavior of Drycc workflow.
15-
use_native_ingress: false
15+
use_ingress: false
1616
# Role-Based Access Control for Kubernetes >= 1.5
1717
use_rbac: false

0 commit comments

Comments
 (0)