Compare commits

...

2 Commits

Author SHA1 Message Date
thaoduc
cf6665c087 102 2025-10-08 14:10:50 +07:00
thaoduc
f39909cb41 102 2025-10-08 14:10:27 +07:00
5 changed files with 2 additions and 1 deletions

View File

@@ -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: 1.0.1 version: 1.0.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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -127,6 +127,7 @@ securityContext: {}
# Service configuration # Service configuration
service: service:
type: ClusterIP type: ClusterIP
annotations: {}
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080