-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvalues.yaml
More file actions
46 lines (42 loc) · 1.07 KB
/
values.yaml
File metadata and controls
46 lines (42 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Copyright (c) 2025 Metaform Systems, Inc.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
#
# Contributors:
# Metaform Systems, Inc. - initial API and implementation
#
logs:
access:
enabled: true
format: json
fields:
general:
# full field list
# https://doc.traefik.io/traefik/reference/install-configuration/observability/logs-and-accesslogs/#json-format-fields
names:
RouterName: drop
ports:
web:
port: 80
websecure:
port: 443
exposedPort: 443
# we enable gateway-api features
providers:
kubernetesGateway:
enabled: true
experimentalChannel: true
kubernetesCRD:
# -- Load Kubernetes IngressRoute provider
enabled: true
# we disable gateway-api defaults because we want to provide our own
gatewayClass:
enabled: false
# we disable gateway-api defaults because we want to provide our own
gateway:
enabled: false