Skip to content

Commit edc8773

Browse files
committed
fix: add missing service to grpc-ingress.yaml
1 parent 5836093 commit edc8773

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.nais/grpc-ingress.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,24 @@ spec:
2727
number: 8081
2828
path: /
2929
pathType: Prefix
30+
---
31+
apiVersion: v1
32+
kind: Service
33+
metadata:
34+
annotations:
35+
cloud.google.com/app-protocols: '{"https": "HTTP2"}'
36+
labels:
37+
app: kolide-event-handler
38+
team: naisdevice
39+
name: kolide-event-handler-grpc
40+
namespace: naisdevice
41+
spec:
42+
ipFamilies:
43+
- IPv4
44+
ports:
45+
- name: http
46+
port: 8081
47+
protocol: TCP
48+
selector:
49+
app: kolide-event-handler
50+
type: ClusterIP

0 commit comments

Comments
 (0)