File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ kind: Ingress
3
3
metadata :
4
4
name : editor-ingress
5
5
annotations :
6
+ kubernetes.io/ingress.class : " gce"
6
7
kubernetes.io/ingress.global-static-ip-name : " web-editor-ip"
7
8
spec :
8
9
backend :
@@ -134,15 +135,16 @@ metadata:
134
135
annotations :
135
136
kubernetes.io/ingress.class : nginx
136
137
# type of authentication
137
- ingress.kubernetes.io/auth-type : basic
138
+ nginx. ingress.kubernetes.io/auth-type : basic
138
139
# name of the secret that contains the user/password definitions
139
- ingress.kubernetes.io/auth-secret : basic-auth
140
+ nginx. ingress.kubernetes.io/auth-secret : basic-auth
140
141
# message to display with an appropriate context why the authentication is required
141
- ingress.kubernetes.io/auth-realm : ' Authentication Required - p5.js Web Editor Staging'
142
+ nginx. ingress.kubernetes.io/auth-realm : ' Authentication Required - p5.js Web Editor Staging'
142
143
# kubernetes.io/ingress.global-static-ip-name: "web-editor-staging-ip"
143
144
spec :
144
145
rules :
145
- - http :
146
+ - host : stagingeditor.p5js.org
147
+ http :
146
148
paths :
147
149
- path : /
148
150
backend :
You can’t perform that action at this time.
0 commit comments