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