mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
Remove operator ingress
This commit is contained in:
+16
-16
@@ -278,22 +278,22 @@ console:
|
|||||||
# Configures `Ingress <https://kubernetes.io/docs/concepts/services-networking/ingress/>`__ for the Operator Console.
|
# Configures `Ingress <https://kubernetes.io/docs/concepts/services-networking/ingress/>`__ for the Operator 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:
|
||||||
enabled: true
|
# enabled: true
|
||||||
ingressClassName: nginx
|
# ingressClassName: nginx
|
||||||
labels: { }
|
# labels: { }
|
||||||
annotations:
|
# annotations:
|
||||||
cert-manager.io/cluster-issuer: prod-cluster-issuer
|
# cert-manager.io/cluster-issuer: prod-cluster-issuer
|
||||||
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
# # nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
tls:
|
# tls:
|
||||||
# TLS secretName used on ClusterIssuer
|
# # TLS secretName used on ClusterIssuer
|
||||||
- secretName: letsencrypt-prod
|
# - secretName: letsencrypt-prod
|
||||||
hosts:
|
# hosts:
|
||||||
- minio-console.hensen.io
|
# - minio-console.hensen.io
|
||||||
host: minio-console.hensen.io
|
# host: minio-console.hensen.io
|
||||||
path: /
|
# path: /
|
||||||
pathType: Prefix
|
# pathType: Prefix
|
||||||
###
|
###
|
||||||
# An array of `Volumes <https://kubernetes.io/docs/concepts/storage/volumes/>`__ which the Operator Console can mount to pods.
|
# An array of `Volumes <https://kubernetes.io/docs/concepts/storage/volumes/>`__ which the Operator Console can mount to pods.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user