dev mysql update
parent
cc4b6c43e1
commit
bf8cef5656
|
@ -11,7 +11,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: mysql
|
app: mysql
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init
|
- name: init
|
||||||
|
@ -71,5 +71,5 @@ spec:
|
||||||
targetPort: 3306
|
targetPort: 3306
|
||||||
nodePort: 30016
|
nodePort: 30016
|
||||||
selector:
|
selector:
|
||||||
name: mysql
|
app: mysql
|
||||||
type: NodePort
|
type: NodePort
|
Loading…
Reference in New Issue