Skip to content

Commit

Permalink
fix api deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Apr 3, 2024
1 parent dadd68d commit a17d68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- if .Values.apitype }}
app: {{ .Values.apitype }}
{{- end }}
{{- include "api.labels" . | nindent 4 }}
{{- include "api.labels" . | nindent 8 }}
spec:
{{- if .Values.initContainer.enabled }}
initContainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ serviceMonitors:
# ingress to expose the api endpoint
ingress:
enabled: false
# traefik is the only controller supported for now
# traefik is the only ingress controller supported for now
controller: traefik
entryPoints: web
match: Path(`/`)

0 comments on commit a17d68a

Please sign in to comment.