File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : ' 1.0.0 '
18
+ version : ' 1.0.1 '
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
description : Photo gallery for self-hosted personal servers
6
6
icon : https://file.bttcdn.com/appstore/photoview/icon.png
7
7
appid : photoview
8
- version : ' 1.0.0 '
8
+ version : ' 1.0.1 '
9
9
title : Photoview
10
10
categories :
11
11
- Entertainment
@@ -100,7 +100,7 @@ options:
100
100
version : ' >=1.10.1-0'
101
101
entrances :
102
102
- name : photoview-svc
103
- port : 80
103
+ port : 8080
104
104
host : photoview-svc
105
105
title : Photoview
106
106
icon : https://file.bttcdn.com/appstore/photoview/icon.png
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ spec:
47
47
cpu : 500m
48
48
memory : 256Mi
49
49
ports :
50
- - containerPort : 80
50
+ - containerPort : 8080
51
51
env :
52
52
- name : PHOTOVIEW_DATABASE_DRIVER
53
53
value : mysql
54
54
- name : PHOTOVIEW_LISTEN_IP
55
55
value : 0.0.0.0
56
56
- name : PHOTOVIEW_LISTEN_PORT
57
- value : " 80 "
57
+ value : " 8080 "
58
58
- name : PHOTOVIEW_MEDIA_CACHE
59
59
value : /app/cache
60
60
- name : PHOTOVIEW_MYSQL_URL
@@ -100,6 +100,6 @@ spec:
100
100
ports :
101
101
- name : phtoviewtcp
102
102
protocol : TCP
103
- port : 80
104
- targetPort : 80
103
+ port : 8080
104
+ targetPort : 8080
105
105
You can’t perform that action at this time.
0 commit comments