Skip to content

Commit 2e6778d

Browse files
committed
chore(charts): remove cluster domain
1 parent b8c0a9d commit 2e6778d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/registry/templates/_helper.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env:
5656
- name: "DRYCC_STORAGE_BUCKET"
5757
value: "registry"
5858
- name: "DRYCC_STORAGE_ENDPOINT"
59-
value: {{ printf "http://drycc-storage.%s.svc.%s:9000" .Release.Namespace .Values.global.clusterDomain }}
59+
value: http://drycc-storage:9000
6060
- name: "DRYCC_STORAGE_ACCESSKEY"
6161
valueFrom:
6262
secretKeyRef:

charts/registry/templates/registry-proxy-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- $(DRYCC_REGISTRY_HOST)
3636
env:
3737
- name: "DRYCC_REGISTRY_HOST"
38-
value: {{ printf "drycc-registry.%s.svc.%s:5000" .Release.Namespace .Values.global.clusterDomain }}
38+
value: drycc-registry:5000
3939
containers:
4040
- name: drycc-registry-proxy
4141
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/registry:{{.Values.imageTag}}
@@ -82,7 +82,7 @@ spec:
8282
{{- end }}
8383
env:
8484
- name: "DRYCC_REGISTRY_HOST"
85-
value: {{ printf "drycc-registry.%s.svc.%s:5000" .Release.Namespace .Values.global.clusterDomain }}
85+
value: drycc-registry:5000
8686
- name: "DRYCC_REGISTRY_USERNAME"
8787
valueFrom:
8888
secretKeyRef:

0 commit comments

Comments
 (0)