Skip to content

Commit

Permalink
Merge pull request #2284 from jimdaga/issue-2150/move-gcsweb
Browse files Browse the repository at this point in the history
Move gcsweb under /apps
  • Loading branch information
k8s-ci-robot authored Jul 2, 2021
2 parents baa5164 + da9a4de commit 8f553eb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: networking.gke.io/v1
kind: ManagedCertificate
metadata:
name: gcsweb
namespace: gcsweb
labels:
app: gcsweb
spec:
domains:
- gcsweb.k8s.io
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Ingress
metadata:
name: gcsweb
namespace: gcsweb
labels:
app: gcsweb
annotations:
kubernetes.io/ingress.global-static-ip-name: gcsweb-k8s-io
kubernetes.io/ingress.class: gce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Service
metadata:
name: gcsweb
namespace: gcsweb
labels:
app: gcsweb
annotations:
cloud.google.com/neg: '{"ingress": true}'
spec:
Expand Down

0 comments on commit 8f553eb

Please sign in to comment.