Skip to content

Commit

Permalink
Expose container port explicitly to mitigate kubelinter complaint (#4628
Browse files Browse the repository at this point in the history
)

Expose container port explicitly
  • Loading branch information
marians authored Oct 11, 2024
1 parent f73b1dd commit e61885b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/happa/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
{{- . | toYaml | nindent 14 }}
{{- end }}
{{- end }}
ports:
- containerPort: 8000
name: http
env:
- name: HAPPA_CONFIG_PATH
value: "/var/run/{{ .Values.name }}/configmap/config.yaml"
Expand Down

0 comments on commit e61885b

Please sign in to comment.