mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 22:09:08 +02:00
fix traefik values.yml
This commit is contained in:
@@ -51,7 +51,7 @@ module "nlb" {
|
||||
|
||||
compartment_ocid = var.compartment_ocid
|
||||
cluster_ocid = module.oke.cluster_ocid
|
||||
values_file = "traefik-values.yaml"
|
||||
values_file = "traefik-values.yml"
|
||||
|
||||
depends_on = [ module.oke ]
|
||||
}
|
||||
|
@@ -34,5 +34,5 @@ variable "replica_count" {
|
||||
variable "values_file" {
|
||||
description = "The name of the traefik helmchart values file to use"
|
||||
type = string
|
||||
default = "values.yaml"
|
||||
default = "traefik-values.yml"
|
||||
}
|
||||
|
@@ -870,7 +870,7 @@ persistence:
|
||||
|
||||
# -- Certificates resolvers configuration
|
||||
certResolvers: {}
|
||||
# letsencrypt:
|
||||
#letsencrypt:
|
||||
# # for challenge options cf. https://doc.traefik.io/traefik/https/acme/
|
||||
# email: email@example.com
|
||||
# dnsChallenge:
|
||||
@@ -889,6 +889,11 @@ certResolvers: {}
|
||||
# entryPoint: "web"
|
||||
# # It has to match the path with a persistent volume
|
||||
# storage: /data/acme.json
|
||||
# env:
|
||||
# - name: CLOUDFLARE_EMAIL
|
||||
# value: ""
|
||||
# - name: CLOUDFLARE_API_KEY
|
||||
# value: ""
|
||||
|
||||
# -- If hostNetwork is true, runs traefik in the host network namespace
|
||||
# To prevent unschedulabel pods due to port collisions, if hostNetwork=true
|
||||
|
Reference in New Issue
Block a user