From c8e8de7065379a56940dcb6f8aabde6f8f96e479 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Tue, 5 Mar 2024 14:27:55 +0000 Subject: [PATCH] Remove Legacy Flags These have been pushed down into the server now, so they can be tied to the region configuration. --- charts/ui/templates/deployment.yaml | 6 ------ charts/ui/values.yaml | 9 --------- 2 files changed, 15 deletions(-) diff --git a/charts/ui/templates/deployment.yaml b/charts/ui/templates/deployment.yaml index 51ab80a..cfa7fc7 100644 --- a/charts/ui/templates/deployment.yaml +++ b/charts/ui/templates/deployment.yaml @@ -30,12 +30,6 @@ spec: env: - name: PUBLIC_APPLICATION_VERSION value: {{ .Chart.Version }} - - name: PUBLIC_NODE_PREFIX - value: {{ .Values.nodePrefix }} - - name: PUBLIC_SERVICE_PREFIX - value: {{ .Values.servicePrefix }} - - name: PUBLIC_POD_PREFIX - value: {{ .Values.podPrefix }} - name: PUBLIC_OAUTH2_ISSUER value: {{ .Values.oauth2.issuer }} # TODO: implement OIDC discovery protocol. diff --git a/charts/ui/values.yaml b/charts/ui/values.yaml index 8de76d7..68be405 100644 --- a/charts/ui/values.yaml +++ b/charts/ui/values.yaml @@ -22,15 +22,6 @@ imagePullSecret: # Allows override of the global default image. image: -# Default node prefix. -nodePrefix: 192.168.0.0/24 - -# Default service prefix. -servicePrefix: 172.16.0.0/12 - -# Default pod prefix. -podPrefix: 10.0.0.0/8 - # Athentication settings. oauth2: # The identity provider's name (and OIDC discovery endpoint).