Skip to content

Commit

Permalink
Fix acme service type. (#4403)
Browse files Browse the repository at this point in the history
* Add type status hide/show system app.

Signed-off-by: zzjin <tczzjin@gmail.com>

* Fix typo

Signed-off-by: zzjin <tczzjin@gmail.com>

* Rebase app status.

Signed-off-by: zzjin <tczzjin@gmail.com>

* Fix solver http01 type to ClusterIP to prevent port usage.

Signed-off-by: zzjin <tczzjin@gmail.com>

---------

Signed-off-by: zzjin <tczzjin@gmail.com>
  • Loading branch information
zzjin committed Dec 12, 2023
1 parent 9b2fc94 commit c9527a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/providers/applaunchpad/src/utils/deployYaml2Json.ts
Expand Up @@ -430,7 +430,8 @@ export const json2Ingress = (data: AppEditType) => {
{
http01: {
ingress: {
class: 'nginx'
class: 'nginx',
serviceType: 'ClusterIP'
}
}
}
Expand Down

0 comments on commit c9527a7

Please sign in to comment.