Set port on ingress
This commit is contained in:
parent
deac88d21d
commit
d219949875
|
@ -28,8 +28,8 @@ spec:
|
||||||
game:
|
game:
|
||||||
enabled: true
|
enabled: true
|
||||||
primary: true
|
primary: true
|
||||||
port: 34197
|
port: &port 34197
|
||||||
targetPort: 34197
|
targetPort: *port
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
|
@ -42,13 +42,13 @@ spec:
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: factorio
|
traefik.ingress.kubernetes.io/router.entrypoints: factorio
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "fact.${SECRET_NEW_DOMAIN}"
|
- host: "fact.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
name: game
|
number: *port
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Reference in New Issue