Expanded the cluster, so keep deployment in check
This commit is contained in:
parent
0564cc9e20
commit
5f7503dcb3
@ -87,6 +87,8 @@ spec:
|
||||
name: env-cm
|
||||
imagePullSecrets:
|
||||
- name: chaoticlogic-registry-login
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/arch: amd64
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
@ -129,7 +131,9 @@ spec:
|
||||
- name: mysql-persistent-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-pvc
|
||||
|
||||
nodeSelector:
|
||||
on-master: "true"
|
||||
beta.kubernetes.io/arch: amd64
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
|
||||
Loading…
Reference in New Issue
Block a user