secrest
This commit is contained in:
@@ -50,6 +50,22 @@ securityContext: {}
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
#config map and secrest
|
||||
|
||||
config:
|
||||
|
||||
APP_NAME: "Gen-iTech CI/CD Test"
|
||||
APP_ENV: "production"
|
||||
APP_DEBUG: "false"
|
||||
|
||||
secret:
|
||||
|
||||
DB_HOST: mysql.default.svc.cluster.local
|
||||
DB_NAME: applicationdb
|
||||
DB_USER: appuser
|
||||
DB_PASSWORD: MyStrongPassword123
|
||||
|
||||
|
||||
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
|
||||
service:
|
||||
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
|
||||
|
||||
Reference in New Issue
Block a user