Skip to content

Commit 756ce7c

Browse files
committed
Update kubernetes config, give staging ingresses different names
1 parent cabd945 commit 756ce7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata:
149149
apiVersion: extensions/v1beta1
150150
kind: Ingress
151151
metadata:
152-
name: staging-editor-ingress-with-auth
152+
name: staging-editor-ingress
153153
namespace: staging
154154
annotations:
155155
kubernetes.io/ingress.global-static-ip-name: "web-editor-staging-ip"
@@ -161,7 +161,7 @@ spec:
161161
apiVersion: extensions/v1beta1
162162
kind: Ingress
163163
metadata:
164-
name: staging-editor-ingress-with-auth
164+
name: staging-preview-ingress
165165
namespace: staging
166166
annotations:
167167
kubernetes.io/ingress.global-static-ip-name: "preview-staging-ip"

0 commit comments

Comments
 (0)