21 lines
416 B
YAML
21 lines
416 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
name: miniflux
|
|
namespace: watch
|
|
spec:
|
|
gatewayClassName: envoy
|
|
listeners:
|
|
- name: https
|
|
protocol: HTTPS
|
|
port: 443
|
|
hostname: miniflux.sttlab.pc
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: Same
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: sttlab-pc-tls
|