Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/apisix.apache.org_v2_apisixconsumer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixConsumer
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/apisix.apache.org_v2_apisixglobalrule.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixGlobalRule
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixPluginConfig
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/apisix.apache.org_v2_apisixroute.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
labels:
Expand Down
18 changes: 16 additions & 2 deletions config/samples/apisix.apache.org_v2_apisixtls.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixTls
metadata:
labels:
app.kubernetes.io/name: apisix-ingress-controller
app.kubernetes.io/managed-by: kustomize
name: apisixtls-sample
spec:
# TODO(user): Add fields here
hosts:
- "example.com"
- "*.example.com"
secret:
name: "example-tls-secret"
namespace: "default"
# Optional: Mutual TLS configuration
# client:
# caSecret:
# name: "ca-secret"
# namespace: "default"
# depth: 2
# skip_mtls_uri_regex:
# - "/health"
# - "/metrics"
2 changes: 1 addition & 1 deletion config/samples/apisix.apache.org_v2_apisixupstream.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apisix.apache.org.github.com/v2
apiVersion: apisix.apache.org/v2
kind: ApisixUpstream
metadata:
labels:
Expand Down
Loading
Loading