Skip to content

Commit

Permalink
expose port 80 for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Dec 17, 2023
1 parent 275e435 commit 086b4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ spec:
timeoutSeconds: 30
- name: frontend-nginx
image: "{{ .Values.app.ui.image.repository }}:{{ .Values.app.ui.image.tag }}"
ports:
- containerPort: 80
volumeMounts:
- name: osmcha-frontend-nginx-config
mountPath: /etc/nginx
Expand Down

0 comments on commit 086b4d6

Please sign in to comment.