diff --git a/apps/base/fp/release.yaml b/apps/base/fp/release.yaml index ef8eb42..61c006d 100644 --- a/apps/base/fp/release.yaml +++ b/apps/base/fp/release.yaml @@ -38,7 +38,7 @@ spec: strapi: imageName: gitea.futureporn.net/futureporn/strapi:latest port: 1339 - url: https://strapi.piko.sbtp.xyz + url: https://strapi.fp.sbtp.xyz hostname: strapi.futureporn.svc.cluster.local ingressClassName: traefik realtime: @@ -47,4 +47,6 @@ spec: chisel: exitNodeIp: "155.138.254.201" certManager: - issuer: letsencrypt-staging \ No newline at end of file + issuer: letsencrypt-staging + echo: + hostname: echo.fp.sbtp.xyz \ No newline at end of file diff --git a/apps/base/podinfo/release.yaml b/apps/base/podinfo/release.yaml index 3a17227..d8c70a9 100644 --- a/apps/base/podinfo/release.yaml +++ b/apps/base/podinfo/release.yaml @@ -44,4 +44,4 @@ spec: tls: - secretName: podinfo-tls hosts: - - podinfo.sbtp.xyz + - podinfo.fp.sbtp.xyz