Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2021-07-28 22:05:54 +00:00
parent 7f608a5843
commit a4777c5310
39 changed files with 242 additions and 251 deletions

View file

@ -99,7 +99,7 @@ $ kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echo
# Apply the Ingress Resource
$ echo '
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: echo-ingress