Skip to content

Commit

Permalink
Remove Legacy Flags
Browse files Browse the repository at this point in the history
These have been pushed down into the server now, so they can be tied to
the region configuration.
  • Loading branch information
spjmurray committed Mar 5, 2024
1 parent 921a4bc commit c8e8de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions charts/ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 0 additions & 9 deletions charts/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c8e8de7

Please sign in to comment.