Skip to content

Commit a123900

Browse files
committed
chore(builder): remove health url
1 parent 7a4e5e8 commit a123900

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

charts/builder/templates/_helpers.tpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ env:
3030
secretKeyRef:
3131
name: storage-creds
3232
key: lookup
33-
- name: "DRYCC_STORAGE_HEALTH"
34-
valueFrom:
35-
secretKeyRef:
36-
name: storage-creds
37-
key: health
3833
- name: "DRYCC_STORAGE_BUCKET"
3934
valueFrom:
4035
secretKeyRef:

charts/builder/templates/builder-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ spec:
3333
args:
3434
- netcat
3535
- -v
36-
- -g
37-
- $(DRYCC_STORAGE_HEALTH)
36+
- -u
37+
- $(DRYCC_STORAGE_ENDPOINT)
3838
- -a
3939
- $(DRYCC_CONTROLLER_API_SERVICE_HOST):$(DRYCC_CONTROLLER_API_SERVICE_PORT)
4040
{{- include "builder.envs" . | indent 8 }}

0 commit comments

Comments
 (0)