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