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:
|
oauth:
|
||||||
clientId: ""
|
clientId: ""
|
||||||
clientSecret: ""
|
clientSecret: ""
|
||||||
|
|
||||||
|
ingressClass:
|
||||||
|
enabled: false
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,9 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres
|
name: postgres
|
||||||
namespace: postgres
|
namespace: postgres
|
||||||
|
annotations:
|
||||||
|
tailscale.com/expose: "true"
|
||||||
|
tailscale.com/hostname: "dumpnet-postgres"
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: postgres
|
app: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue