Compare commits
2 Commits
68b613d591
...
b400a9af35
Author | SHA1 | Date | |
---|---|---|---|
b400a9af35
|
|||
8e05cb632a |
@@ -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
|
||||||
|
@@ -1,35 +1,35 @@
|
|||||||
# apiVersion: gateway.networking.k8s.io/v1
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
# kind: Gateway
|
kind: Gateway
|
||||||
# metadata:
|
metadata:
|
||||||
# name: tls-gateway
|
name: tls-gateway
|
||||||
# namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
# labels:
|
labels:
|
||||||
# app.kubernetes.io/name: tls-gateway
|
app.kubernetes.io/name: tls-gateway
|
||||||
# app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
# app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
# annotations:
|
annotations:
|
||||||
# cert-manager.io/cluster-issuer: letsencrypt-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
# spec:
|
spec:
|
||||||
# gatewayClassName: cilium
|
gatewayClassName: cilium
|
||||||
# listeners:
|
listeners:
|
||||||
# - allowedRoutes:
|
- allowedRoutes:
|
||||||
# namespaces:
|
namespaces:
|
||||||
# from: All
|
from: All
|
||||||
# hostname: '*.alexlebens.net'
|
hostname: '*.alexlebens.net'
|
||||||
# name: http
|
name: http
|
||||||
# port: 80
|
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: 443
|
port: 443
|
||||||
# protocol: HTTPS
|
protocol: HTTPS
|
||||||
# tls:
|
tls:
|
||||||
# certificateRefs:
|
certificateRefs:
|
||||||
# - group: ''
|
- group: ''
|
||||||
# kind: Secret
|
kind: Secret
|
||||||
# name: https-gateway-cert
|
name: https-gateway-cert
|
||||||
# namespace: kube-system
|
namespace: kube-system
|
||||||
# mode: Terminate
|
mode: Terminate
|
||||||
|
Reference in New Issue
Block a user