Added reloader annotations for tailscale auth secret
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
ca743e5705
commit
d9d6d0d268
@ -73,6 +73,8 @@ metadata:
|
|||||||
namespace: auth-proxy
|
namespace: auth-proxy
|
||||||
labels:
|
labels:
|
||||||
app: auth-proxy
|
app: auth-proxy
|
||||||
|
annotations:
|
||||||
|
secret.reloader.stakater.com/reload: "tailscale-auth"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -70,6 +70,7 @@ metadata:
|
|||||||
app: internal-proxy
|
app: internal-proxy
|
||||||
annotations:
|
annotations:
|
||||||
configmap.reloader.stakater.com/reload: "host-mappings"
|
configmap.reloader.stakater.com/reload: "host-mappings"
|
||||||
|
secret.reloader.stakater.com/reload: "tailscale-internal-proxy"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -49,6 +49,8 @@ metadata:
|
|||||||
namespace: auth-proxy
|
namespace: auth-proxy
|
||||||
labels:
|
labels:
|
||||||
app: non-auth-proxy
|
app: non-auth-proxy
|
||||||
|
annotations:
|
||||||
|
secret.reloader.stakater.com/reload: "tailscale-non-auth-proxy"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -77,6 +77,7 @@ metadata:
|
|||||||
app: internal-proxy
|
app: internal-proxy
|
||||||
annotations:
|
annotations:
|
||||||
configmap.reloader.stakater.com/reload: "host-mappings"
|
configmap.reloader.stakater.com/reload: "host-mappings"
|
||||||
|
secret.reloader.stakater.com/reload: "tailscale-internal-proxy"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user