define echo hostname
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
3b193f42e9
commit
9f325df317
|
@ -38,7 +38,7 @@ spec:
|
||||||
strapi:
|
strapi:
|
||||||
imageName: gitea.futureporn.net/futureporn/strapi:latest
|
imageName: gitea.futureporn.net/futureporn/strapi:latest
|
||||||
port: 1339
|
port: 1339
|
||||||
url: https://strapi.piko.sbtp.xyz
|
url: https://strapi.fp.sbtp.xyz
|
||||||
hostname: strapi.futureporn.svc.cluster.local
|
hostname: strapi.futureporn.svc.cluster.local
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
realtime:
|
realtime:
|
||||||
|
@ -47,4 +47,6 @@ spec:
|
||||||
chisel:
|
chisel:
|
||||||
exitNodeIp: "155.138.254.201"
|
exitNodeIp: "155.138.254.201"
|
||||||
certManager:
|
certManager:
|
||||||
issuer: letsencrypt-staging
|
issuer: letsencrypt-staging
|
||||||
|
echo:
|
||||||
|
hostname: echo.fp.sbtp.xyz
|
|
@ -44,4 +44,4 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- secretName: podinfo-tls
|
- secretName: podinfo-tls
|
||||||
hosts:
|
hosts:
|
||||||
- podinfo.sbtp.xyz
|
- podinfo.fp.sbtp.xyz
|
||||||
|
|
Loading…
Reference in New Issue