mysql: First working kustomize
This commit is contained in:
parent
fa945f2e5c
commit
244458738c
10 changed files with 125 additions and 2 deletions
34
mysql/kustomize/overlays/default/kustomization.yaml
Normal file
34
mysql/kustomize/overlays/default/kustomization.yaml
Normal file
|
@ -0,0 +1,34 @@
|
|||
resources:
|
||||
- ../../base
|
||||
- phpmyadmin_ingress.yaml
|
||||
|
||||
namespace: default
|
||||
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app: mysql
|
||||
|
||||
commonAnnotations:
|
||||
owner: florian
|
||||
|
||||
namePrefix: mysql-
|
||||
|
||||
images:
|
||||
- name: mysql
|
||||
newName: mysql
|
||||
newTag: "9"
|
||||
- name: phpmyadmin
|
||||
newName: phpmyadmin
|
||||
newTag: "5.2"
|
||||
|
||||
patches:
|
||||
- path: replica.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: mysql-configmap
|
||||
env: mysql-configmap.properties
|
||||
|
||||
secretGenerator:
|
||||
- name: mysql-secret
|
||||
env: mysql-secret.properties
|
Loading…
Add table
Add a link
Reference in a new issue