Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2021-07-21 11:49:13 +00:00
parent 3435e3a42d
commit 43ac631478
33 changed files with 119 additions and 141 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