Skip to content

Commit df6cbff

Browse files
authored
Merge branch 'develop' into feature/modify-Japanese-translation
2 parents dacde30 + 306dc9c commit df6cbff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

kubernetes_app.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: Ingress
33
metadata:
44
name: editor-ingress
55
annotations:
6-
kubernetes.io/ingress.class: "gce"
76
kubernetes.io/ingress.global-static-ip-name: "web-editor-ip"
87
spec:
98
backend:
@@ -133,11 +132,11 @@ metadata:
133132
name: staging-editor-ingress-with-auth
134133
namespace: staging
135134
annotations:
136-
kubernetes.io/ingress.class: gce
137135
kubernetes.io/ingress.global-static-ip-name: "web-editor-staging-ip"
138136
spec:
139-
serviceName: web-editor-node
140-
servicePort: 8001
137+
backend:
138+
serviceName: web-editor-node
139+
servicePort: 8001
141140
---
142141
apiVersion: v1
143142
kind: Service

0 commit comments

Comments
 (0)