Skip to content

Commit

Permalink
chore: fix applaunchpad deploy file typo. (#4650)
Browse files Browse the repository at this point in the history
* chore: fix applaunchpad deploy file typo.
Signed-off-by: yy <[email protected]>

---------

Signed-off-by: yy <[email protected]>
  • Loading branch information
lingdie authored Apr 1, 2024
1 parent eaf1ee7 commit 80913c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/providers/applaunchpad/deploy/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ENV cloudPort=""

ENV certSecretName="wildcard-cert"
ENV ingressSecret="wildcard-cert"
ENv monitorUrl="http://database-monitor.sealos.svc.cluster.local:9090"
ENv monitorUrl="http://launchpad-monitor.sealos.svc.cluster.local:8428"

CMD ["kubectl apply -f manifests"]
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: SEALOS_DOMAIN
value: {{ .cloudDomain }}
- name: MONITOR_URL
value {{ .monitorUrl }}
value: {{ .monitorUrl }}
- name: DOMAIN_PORT
value: "{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}"
- name: INGRESS_SECRET
Expand Down

0 comments on commit 80913c4

Please sign in to comment.