Skip to content

Commit

Permalink
set externalService to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiraldo committed Jul 21, 2021
1 parent b342446 commit c1f1ecb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions charts/open5gs/templates/webui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ spec:
- name: http
containerPort: 3000
protocol: TCP
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 60
periodSeconds: 30
initialDelaySeconds: 30
periodSeconds: 10
resources:
{{ toYaml .Values.webui.resources | indent 10 }}
terminationGracePeriodSeconds: 30
4 changes: 2 additions & 2 deletions charts/open5gs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mme:
mnc: "70"
tac: "0001"
externalService:
enabled: true
enabled: false
type: LoadBalancer
## @param service.loadBalancerSourceRanges Restricts access for LoadBalancer (only with `service.type: LoadBalancer`)
## e.g:
Expand Down Expand Up @@ -133,7 +133,7 @@ sgwu:
max: {}
pool: {}
externalService:
enabled: true
enabled: false
# set domain or ip accessible from enodeb.
# If not set, it is automagically set to SVC_NAME-ext.NAMESPACE.advertiseDomain
# advertise: "sgwu.openverso.org"
Expand Down

0 comments on commit c1f1ecb

Please sign in to comment.