'update files with ansible'

This commit is contained in:
jonny 2021-10-12 03:16:00 +00:00
parent bb3e08a92b
commit 07f67d7b34
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,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.
version: 0.1.10 version: 0.2.0
# 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. # incremented each time you make changes to the application.

View File

@ -29,7 +29,7 @@ securityContext:
# - ALL # - ALL
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1003 runAsUser: 1027
service: service:
type: ClusterIP type: ClusterIP