Skip to content

Commit feaa7fe

Browse files
fix launch permissions (#610)
auto merge
1 parent 1b17962 commit feaa7fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

photoview/Chart.yaml

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.0'
18+
version: '1.0.1'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

photoview/OlaresManifest.yaml

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Photo gallery for self-hosted personal servers
66
icon: https://file.bttcdn.com/appstore/photoview/icon.png
77
appid: photoview
8-
version: '1.0.0'
8+
version: '1.0.1'
99
title: Photoview
1010
categories:
1111
- Entertainment
@@ -100,7 +100,7 @@ options:
100100
version: '>=1.10.1-0'
101101
entrances:
102102
- name: photoview-svc
103-
port: 80
103+
port: 8080
104104
host: photoview-svc
105105
title: Photoview
106106
icon: https://file.bttcdn.com/appstore/photoview/icon.png

photoview/templates/deployment.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ spec:
4747
cpu: 500m
4848
memory: 256Mi
4949
ports:
50-
- containerPort: 80
50+
- containerPort: 8080
5151
env:
5252
- name: PHOTOVIEW_DATABASE_DRIVER
5353
value: mysql
5454
- name: PHOTOVIEW_LISTEN_IP
5555
value: 0.0.0.0
5656
- name: PHOTOVIEW_LISTEN_PORT
57-
value: "80"
57+
value: "8080"
5858
- name: PHOTOVIEW_MEDIA_CACHE
5959
value: /app/cache
6060
- name: PHOTOVIEW_MYSQL_URL
@@ -100,6 +100,6 @@ spec:
100100
ports:
101101
- name: phtoviewtcp
102102
protocol: TCP
103-
port: 80
104-
targetPort: 80
103+
port: 8080
104+
targetPort: 8080
105105

0 commit comments

Comments
 (0)