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: configmap
  env: mysql-configmap.properties

secretGenerator:
- name: secret
  env: mysql-secret.properties