fix(dex): Move to tos1
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
dex:
|
dex:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
dex:
|
||||||
|
enabled: true
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
config:
|
config:
|
||||||
issuer: https://auth.adm.hel1.obx
|
issuer: https://auth.adm.oceanbox.io
|
||||||
storage:
|
storage:
|
||||||
type: postgres
|
type: postgres
|
||||||
config:
|
config:
|
||||||
@@ -30,7 +30,7 @@ config:
|
|||||||
config:
|
config:
|
||||||
clientID: "43667ac0-37e1-422f-99fc-50a699bb255c"
|
clientID: "43667ac0-37e1-422f-99fc-50a699bb255c"
|
||||||
clientSecret: $MICROSOFT_CLIENT_SECRET
|
clientSecret: $MICROSOFT_CLIENT_SECRET
|
||||||
redirectURI: https://auth.adm.hel1.obx/callback
|
redirectURI: https://auth.adm.oceanbox.io/callback
|
||||||
|
|
||||||
staticClients:
|
staticClients:
|
||||||
- id: dex
|
- id: dex
|
||||||
@@ -144,18 +144,18 @@ ingress:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: ca-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: auth.adm.hel1.obx
|
- host: auth.adm.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- secretName: auth.adm.hel1.obx-tls
|
- secretName: auth.adm.oceanbox.io-tls
|
||||||
hosts:
|
hosts:
|
||||||
- auth.adm.hel1.obx
|
- auth.adm.oceanbox.io
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Reference in New Issue
Block a user