Skip to content

Commit 5ea0561

Browse files
committed
chore(registry): remove health url
1 parent 0723d33 commit 5ea0561

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

charts/registry/templates/_helper.tpl

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

charts/registry/templates/registry-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ spec:
3434
args:
3535
- netcat
3636
- -v
37-
- -g
38-
- $(DRYCC_STORAGE_HEALTH)
37+
- -u
38+
- $(DRYCC_STORAGE_ENDPOINT)
3939
{{- include "registry.envs" . | indent 8 }}
4040
containers:
4141
- name: drycc-registry

0 commit comments

Comments
 (0)