fix(deployment): Add AUTH variables and bump versions
This commit is contained in:
parent
78efd32332
commit
3f2652a163
@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: dashboard
|
||||
image: netbirdio/dashboard:v2.9.0
|
||||
image: netbirdio/dashboard:v2.10.0
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
@ -23,6 +23,10 @@ spec:
|
||||
value: "https://netbird.halis.io"
|
||||
- name: NETBIRD_MGMT_GRPC_API_ENDPOINT
|
||||
value: "https://netbird.halis.io"
|
||||
- name: AUTH_AUDIENCE
|
||||
value: "309574205744152807@netbird"
|
||||
- name: AUTH_CLIENT_ID
|
||||
value: "309574205744152807@netbird"
|
||||
- name: AUTH_CLIENT_SECRET
|
||||
value: ""
|
||||
- name: AUTH_AUTHORITY
|
||||
@ -55,7 +59,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: management
|
||||
image: netbirdio/management:0.36.7
|
||||
image: netbirdio/management:0.37.1
|
||||
args: [
|
||||
"--port", "443",
|
||||
"--log-file", "console",
|
||||
@ -98,7 +102,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: signal
|
||||
image: netbirdio/signal:0.36.7
|
||||
image: netbirdio/signal:0.37.1
|
||||
ports:
|
||||
- containerPort: 10000
|
||||
volumeMounts:
|
||||
@ -126,7 +130,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: relay
|
||||
image: netbirdio/relay:0.36.7
|
||||
image: netbirdio/relay:0.37.1
|
||||
ports:
|
||||
- containerPort: 33080
|
||||
protocol: TCP
|
||||
|
Loading…
x
Reference in New Issue
Block a user