feat(k8s-peterg): Enable HTTPS/TLS
This commit is contained in:
parent
0a45af4610
commit
3116815125
5 changed files with 51 additions and 22 deletions
|
|
@ -8,9 +8,9 @@ spec:
|
|||
parentRefs:
|
||||
- name: internal
|
||||
namespace: kube-system
|
||||
sectionName: http
|
||||
sectionName: https
|
||||
hostnames:
|
||||
- "argocd.k8s.peterg.nl"
|
||||
- "argocd.peterg.nl"
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: argocd-server
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ data:
|
|||
issuer: $argocd-authentik-provider:dex.authentik.issuer
|
||||
clientID: $argocd-authentik-app:dex.authentik.clientID
|
||||
clientSecret: $argocd-authentik-app:dex.authentik.clientSecret
|
||||
isecureEnableGroups: true
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue