From cff287359ec2263ba94ce2e6322fdf2d8e15c9fe Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Thu, 5 Dec 2019 19:26:26 +0100 Subject: [PATCH] Remve unchaged hydra defaults from value file --- helmchart/single-sign-on/values.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index 0d8acf2..34b520a 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -12,21 +12,9 @@ userbackend: password: "postgres" hydra: - maester: - enabled: false hydra: dangerousForceHttp: true config: - serve: - public: - port: 4444 - admin: - port: 4445 - tls: - allow_termination_from: - - 10.0.0.0/8 - - 172.16.0.0/12 - - 192.168.0.0/16 dsn: memory urls: self: @@ -50,12 +38,3 @@ hydra: secretName: hydra-public.tls admin: enabled: false - service: - public: - enabled: true - type: ClusterIP - port: 4444 - admin: - enabled: true - type: ClusterIP - port: 4445 -- GitLab