Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1b3429184a
|
|||
a7262d99cc
|
@ -26,6 +26,8 @@ spec:
|
||||
value: mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883
|
||||
- name: MQTT_TOPIC
|
||||
value: locative/event
|
||||
- name: GIN_MODE
|
||||
value: release
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
@ -40,10 +42,8 @@ spec:
|
||||
app: locsrv
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
|
||||
port: 80
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
@ -64,8 +64,7 @@ spec:
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: http
|
||||
name: locative
|
||||
port:
|
||||
number: 8080
|
||||
|
||||
number: 80
|
||||
|
||||
|
Reference in New Issue
Block a user