Update service.yaml
This commit is contained in:
parent
e9903fc32b
commit
b1353d963b
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ kind: Service
|
|||
metadata:
|
||||
name: trade-dashboard
|
||||
namespace: customer1
|
||||
annotations:
|
||||
tailscale.com/expose: "true"
|
||||
tailscale.com/hostname: "trade-dashboard"
|
||||
tailscale.com/tags: "tag:k8s-operator"
|
||||
tailscale.com/ports: "http:80"
|
||||
spec:
|
||||
selector:
|
||||
app: trade-dashboard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue