Skip to content

Commit 4233296

Browse files
committed
fix password
1 parent 18da82b commit 4233296

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

integration-tests/src/test/resources/mysql/mysql-dbservices.ymlt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
# echo -n "root" | base64
1212
root-user: cm9vdA==
1313
# echo -n "root123" | base64
14-
root-password: cGFzc3dvcmQ=
14+
root-password: cm9vdDEyMw==
1515
---
1616
apiVersion: v1
1717
kind: Pod
@@ -44,8 +44,11 @@ metadata:
4444
name: @DOMAIN_UID@-mysql
4545
namespace: @NAMESPACE@
4646
spec:
47+
type: NodePort
4748
ports:
4849
- port: 3306
50+
protocol: TCP
51+
targetPort: 3306
52+
nodePort: 31306
4953
selector:
5054
app: @DOMAIN_UID@-mysql
51-
clusterIP: None

0 commit comments

Comments
 (0)