Browse Source

Merge 7b54c05b71 into 16bc07aedd

pull/410/merge
Alexander van Trijffel 7 years ago
committed by GitHub
parent
commit
b0026a9494
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      k8s/deploy.ps1

+ 2
- 1
k8s/deploy.ps1 View File

@ -104,7 +104,8 @@ ExecKube -cmd 'delete configmap config-files'
ExecKube -cmd 'delete configmap urls' ExecKube -cmd 'delete configmap urls'
ExecKube -cmd 'delete configmap externalcfg' ExecKube -cmd 'delete configmap externalcfg'
# start sql, rabbitmq, frontend deploymentsExecKube -cmd 'delete configmap config-files'
# start sql, rabbitmq, frontend deployments
ExecKube -cmd 'delete configmap config-files'
ExecKube -cmd 'create configmap config-files --from-file=nginx-conf=nginx.conf' ExecKube -cmd 'create configmap config-files --from-file=nginx-conf=nginx.conf'
ExecKube -cmd 'label configmap config-files app=eshop' ExecKube -cmd 'label configmap config-files app=eshop'


Loading…
Cancel
Save