Merge pull request #150 from sirius0xdev/fix/dashboard-tailscale-hostname
fix(dashboard): change tailscale hostname to "trade" for reliable resolution
This commit is contained in:
commit
24a7a70719
2 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
annotations:
|
annotations:
|
||||||
tailscale.com/expose: "true"
|
tailscale.com/expose: "true"
|
||||||
tailscale.com/hostname: "trading-dashboard"
|
tailscale.com/hostname: "trade"
|
||||||
tailscale.com/tags: "tag:k8s-operator"
|
tailscale.com/tags: "tag:k8s-operator"
|
||||||
tailscale.com/ports: "http:3000"
|
tailscale.com/ports: "http:3000"
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -70,15 +70,19 @@ spec:
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 30
|
failureThreshold: 30
|
||||||
|
timeoutSeconds: 10
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8002
|
port: 8002
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
|
timeoutSeconds: 5
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health/ready
|
path: /health/ready
|
||||||
port: 8002
|
port: 8002
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 10
|
||||||
|
failureThreshold: 5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue