We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18da82b commit 4233296Copy full SHA for 4233296
integration-tests/src/test/resources/mysql/mysql-dbservices.ymlt
@@ -11,7 +11,7 @@ data:
11
# echo -n "root" | base64
12
root-user: cm9vdA==
13
# echo -n "root123" | base64
14
- root-password: cGFzc3dvcmQ=
+ root-password: cm9vdDEyMw==
15
---
16
apiVersion: v1
17
kind: Pod
@@ -44,8 +44,11 @@ metadata:
44
name: @DOMAIN_UID@-mysql
45
namespace: @NAMESPACE@
46
spec:
47
+ type: NodePort
48
ports:
49
- port: 3306
50
+ protocol: TCP
51
+ targetPort: 3306
52
+ nodePort: 31306
53
selector:
54
app: @DOMAIN_UID@-mysql
- clusterIP: None
0 commit comments