Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MohdImran001 authored Oct 12, 2020
2 parents 1f94590 + e1e9cb9 commit e88574f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions kubernetes_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Ingress
metadata:
name: editor-ingress
annotations:
kubernetes.io/ingress.class: "gce"
kubernetes.io/ingress.global-static-ip-name: "web-editor-ip"
spec:
backend:
Expand Down Expand Up @@ -134,15 +135,16 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
# type of authentication
ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-type: basic
# name of the secret that contains the user/password definitions
ingress.kubernetes.io/auth-secret: basic-auth
nginx.ingress.kubernetes.io/auth-secret: basic-auth
# message to display with an appropriate context why the authentication is required
ingress.kubernetes.io/auth-realm: 'Authentication Required - p5.js Web Editor Staging'
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - p5.js Web Editor Staging'
# kubernetes.io/ingress.global-static-ip-name: "web-editor-staging-ip"
spec:
rules:
- http:
- host: stagingeditor.p5js.org
http:
paths:
- path: /
backend:
Expand Down

0 comments on commit e88574f

Please sign in to comment.