Compare commits
3 Commits
8e438baa5d
...
a6d3a04b3a
Author | SHA1 | Date | |
---|---|---|---|
a6d3a04b3a
|
|||
0d01329e9d | |||
1d1a3bd6a9 |
@@ -9,7 +9,7 @@ komodo:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/moghtech/komodo-core
|
repository: ghcr.io/moghtech/komodo-core
|
||||||
tag: 1.17.5
|
tag: 1.18.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMPOSE_LOGGING_DRIVER
|
- name: COMPOSE_LOGGING_DRIVER
|
||||||
|
@@ -16,25 +16,19 @@ spec:
|
|||||||
value: 10.232.2.10
|
value: 10.232.2.10
|
||||||
gatewayClassName: cilium
|
gatewayClassName: cilium
|
||||||
listeners:
|
listeners:
|
||||||
- allowedRoutes:
|
|
||||||
namespaces:
|
|
||||||
from: All
|
|
||||||
name: ssh
|
|
||||||
port: 22
|
|
||||||
protocol: TCP
|
|
||||||
- allowedRoutes:
|
- allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
hostname: '*.alexlebens.net'
|
hostname: '*.alexlebens.net'
|
||||||
name: http
|
name: http
|
||||||
port: 8000
|
port: 80
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
- allowedRoutes:
|
- allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
hostname: '*.alexlebens.net'
|
hostname: '*.alexlebens.net'
|
||||||
name: https
|
name: https
|
||||||
port: 8443
|
port: 443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
|
Reference in New Issue
Block a user