Commit cca383a5 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the TLS SNI example.

parent a92288c5
#! /bin/bash -ex
kubectl create -f cafe-tls-secret.yaml
kubectl create -f bar-tls-secret.yaml
kubectl create -f beverage.yaml
kubectl create -f beverage-ingress.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
helm install viking-ingress ${MYDIR}//../../../charts/viking-test-app \
--values values.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../../test/utils.sh
kubectl delete -f beverage-ingress.yaml
kubectl delete -f beverage.yaml
kubectl delete -f bar-tls-secret.yaml
kubectl delete -f cafe-tls-secret.yaml
echo "Waiting until varnish-ingress Pods are not ready"
wait_until_not_configured app=varnish-ingress
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../../test/utils.sh
helm uninstall viking-ingress
echo "Waiting until varnish-ingress Pods are not configured for Ingress"
wait_until_not_configured app=varnish-ingress
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment