mysql: First working kustomize
This commit is contained in:
parent
fa945f2e5c
commit
244458738c
10 changed files with 125 additions and 2 deletions
12
mysql/kustomize/base/phpmyadmin_service.yaml
Normal file
12
mysql/kustomize/base/phpmyadmin_service.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: phpmyadmin-service
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
service: phpmyadmin
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
Loading…
Add table
Add a link
Reference in a new issue