Fix tailscale ingresses and annotations
This commit is contained in:
parent
d0e8fddf17
commit
af6227982d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Leave oauth block empty - operator uses precreated 'operator-oauth' secret
|
||||
# created by ExternalSecret in charts/tailscale/templates/
|
||||
oauth:
|
||||
clientId: ""
|
||||
clientSecret: ""
|
||||
|
||||
ingressClass:
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@ kind: Service
|
|||
metadata:
|
||||
name: postgres
|
||||
namespace: postgres
|
||||
annotations:
|
||||
tailscale.com/expose: "true"
|
||||
tailscale.com/hostname: "dumpnet-postgres"
|
||||
spec:
|
||||
selector:
|
||||
app: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue