Skip to content

Commit

Permalink
chore: remove unused endpoint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Mar 15, 2024
1 parent 668ec09 commit ebef0fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 1 addition & 4 deletions charts/simple-data-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: default
containerPort: {{ .Values.backend.endpoint.default.port }}
containerPort: {{ .Values.service.port }}
protocol: TCP
- name: metrics
containerPort: 8090
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
7 changes: 0 additions & 7 deletions charts/simple-data-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,3 @@ readinessProbe:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1

backend:
endpoint:
default:
port: 8080
path: /
ingress: true

0 comments on commit ebef0fb

Please sign in to comment.