This commit is contained in:
marsal wang
2022-01-02 22:14:00 +08:00
parent dc116598fa
commit fd4ffc6354
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
configuration:
configuration: |-
server.port=7700
mysql.host=mysql-common:3306
mysql.username=root

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: torna-config
name: torna-configZZ
labels:
app.kubernetes.io/component: torna-server
{{- include "torna-server.labels" . | nindent 4 }}