Verifique que ambos os arquivos não possui a tag selector. Fiz a seguinte correção:
statefulset.yaml:
selector: matchLabels: name: mysql serviceName: db
deployment .yaml:
selector: matchLabels: name: aplicacao-pod
Está correto ?
Verifique que ambos os arquivos não possui a tag selector. Fiz a seguinte correção:
statefulset.yaml:
selector: matchLabels: name: mysql serviceName: db
deployment .yaml:
selector: matchLabels: name: aplicacao-pod
Está correto ?