forked from Deuxfleurs/garage
Fix garage admin service
This commit is contained in:
parent
1dd5b96350
commit
76db422c64
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
targetPort: 3902
|
targetPort: 3902
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: s3-web
|
name: s3-web
|
||||||
- port: 3904
|
- port: 3903
|
||||||
targetPort: 3903
|
targetPort: 3903
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: admin
|
name: admin
|
||||||
|
|
Loading…
Reference in a new issue