mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Repast content values-tenant.yaml 10
This commit is contained in:
+19
-19
@@ -444,25 +444,25 @@ tenant:
|
|||||||
# Configures `Ingress <https://kubernetes.io/docs/concepts/services-networking/ingress/>`__ for the Tenant S3 API and Console.
|
# Configures `Ingress <https://kubernetes.io/docs/concepts/services-networking/ingress/>`__ for the Tenant S3 API and Console.
|
||||||
#
|
#
|
||||||
# Set the keys to conform to the Ingress controller and configuration of your choice.
|
# Set the keys to conform to the Ingress controller and configuration of your choice.
|
||||||
ingress:
|
# ingress:
|
||||||
api:
|
# api:
|
||||||
enabled: false
|
# enabled: false
|
||||||
ingressClassName: ""
|
# ingressClassName: ""
|
||||||
labels: { }
|
# labels: { }
|
||||||
annotations: { }
|
# annotations: { }
|
||||||
tls: [ ]
|
# tls: [ ]
|
||||||
host: minio.local
|
# host: minio.local
|
||||||
path: /
|
# path: /
|
||||||
pathType: Prefix
|
# pathType: Prefix
|
||||||
console:
|
# console:
|
||||||
enabled: false
|
# enabled: false
|
||||||
ingressClassName: ""
|
# ingressClassName: ""
|
||||||
labels: { }
|
# labels: { }
|
||||||
annotations: { }
|
# annotations: { }
|
||||||
tls: [ ]
|
# tls: [ ]
|
||||||
host: minio-console.local
|
# host: minio-console.local
|
||||||
path: /
|
# path: /
|
||||||
pathType: Prefix
|
# pathType: Prefix
|
||||||
# Use an extraResources template section to include additional Kubernetes resources
|
# Use an extraResources template section to include additional Kubernetes resources
|
||||||
# with the Helm deployment.
|
# with the Helm deployment.
|
||||||
#extraResources:
|
#extraResources:
|
||||||
|
|||||||
Reference in New Issue
Block a user