diff --git a/k8s/apps/pasarguard/deployment.yaml b/k8s/apps/pasarguard/deployment.yaml index 41cbf2e..9eeced1 100644 --- a/k8s/apps/pasarguard/deployment.yaml +++ b/k8s/apps/pasarguard/deployment.yaml @@ -1,5 +1,5 @@ --- -image: &image 'pasarguard/panel:v3.1.0' +image: &image 'pasarguard/panel:v4.0.2' apiVersion: apps/v1 kind: Deployment metadata: diff --git a/k8s/apps/web-petting/deployment.yaml b/k8s/apps/web-petting/deployment.yaml index 73663ac..49daca2 100644 --- a/k8s/apps/web-petting/deployment.yaml +++ b/k8s/apps/web-petting/deployment.yaml @@ -18,6 +18,7 @@ spec: spec: nodeSelector: kubernetes.io/os: linux + kubernetes.io/hostname: master.tail2fe2d.ts.net volumes: - name: data persistentVolumeClaim: diff --git a/terraform/keycloak/terraform.tfvars b/terraform/keycloak/terraform.tfvars index 95cb249..a25e218 100644 --- a/terraform/keycloak/terraform.tfvars +++ b/terraform/keycloak/terraform.tfvars @@ -23,7 +23,7 @@ oauth2_applications = { post_logout_redirect_uris = ["https://gt.hexor.cy/*"] } ArgoCD = { - redirect_uris = ["https://ag.hexor.cy/auth/callback"] + redirect_uris = ["https://ag.hexor.cy/api/dex/callback"] web_origins = ["https://ag.hexor.cy"] post_logout_redirect_uris = ["https://ag.hexor.cy/*"] extra_optional_scopes = ["offline_access"]