mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 00:34:16 -03:00
fmt
This commit is contained in:
@@ -584,8 +584,7 @@ ingress:
|
||||
# # service: port
|
||||
# main: main
|
||||
## Configure the hosts for the ingress
|
||||
hosts:
|
||||
[]
|
||||
hosts: []
|
||||
# - # -- Host address. Helm template can be passed.
|
||||
# host: chart-example.local
|
||||
# ## Configure the paths for the host
|
||||
@@ -626,8 +625,7 @@ ingress:
|
||||
# # Optional, by default will try to
|
||||
# # "lookup" the namespace based on the name
|
||||
# namespace: ""
|
||||
middlewares:
|
||||
[]
|
||||
middlewares: []
|
||||
# - name: my-middleware
|
||||
# # Optional, by default will try to
|
||||
# # "lookup" the namespace based on the name
|
||||
@@ -653,8 +651,7 @@ ingress:
|
||||
# - key: some key
|
||||
# value: some value
|
||||
|
||||
certificate:
|
||||
{}
|
||||
certificate: {}
|
||||
# main:
|
||||
# enabled: false
|
||||
# certificateIssuer: someissuer
|
||||
@@ -684,7 +681,7 @@ route:
|
||||
labels: {}
|
||||
# -- Configure the resource the route attaches to.
|
||||
parentRefs:
|
||||
- # Group of the referent resource.
|
||||
- # Group of the referent resource.
|
||||
group: gateway.networking.k8s.io
|
||||
# Kind of the referent resource.
|
||||
kind: Gateway
|
||||
@@ -881,8 +878,7 @@ metrics:
|
||||
honorLabels: false
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
groups:
|
||||
{}
|
||||
groups: {}
|
||||
# somegroup:
|
||||
# # list of rules
|
||||
# rules: []
|
||||
@@ -962,14 +958,12 @@ addons:
|
||||
|
||||
# -- All variables specified here will be added to the vpn sidecar container
|
||||
# See the documentation of the VPN image for all config values
|
||||
env:
|
||||
{}
|
||||
env: {}
|
||||
# TZ: UTC
|
||||
|
||||
# -- All variables specified here will be added to the vpn sidecar container
|
||||
# See the documentation of the VPN image for all config values
|
||||
envList:
|
||||
[]
|
||||
envList: []
|
||||
# - name: someenv
|
||||
# value: somevalue
|
||||
|
||||
@@ -1017,8 +1011,7 @@ addons:
|
||||
|
||||
# -- All variables specified here will be added to the codeserver sidecar container
|
||||
# See the documentation of the codeserver image for all config values
|
||||
envList:
|
||||
[]
|
||||
envList: []
|
||||
# - name: someenv
|
||||
# value: somevalue
|
||||
# -- Set codeserver command line arguments.
|
||||
@@ -1049,8 +1042,7 @@ addons:
|
||||
ingress:
|
||||
# -- Enable an ingress for the code-server add-on.
|
||||
enabled: false
|
||||
annotations:
|
||||
{}
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
labels: {}
|
||||
hosts:
|
||||
@@ -1163,8 +1155,7 @@ cnpg:
|
||||
# BootstrapInitDB is the configuration of the bootstrap process when initdb is used
|
||||
# See: https://cloudnative-pg.io/documentation/current/bootstrap/
|
||||
# See: https://cloudnative-pg.io/documentation/current/api_reference/#bootstrapinitdb
|
||||
initdb:
|
||||
{}
|
||||
initdb: {}
|
||||
# postInitSQL:
|
||||
# - CREATE EXTENSION IF NOT EXISTS vector;
|
||||
# postInitApplicationSQL:
|
||||
@@ -1173,8 +1164,7 @@ cnpg:
|
||||
monitoring:
|
||||
enablePodMonitor: true
|
||||
disableDefaultQueries: false
|
||||
customQueries:
|
||||
[]
|
||||
customQueries: []
|
||||
# - name: "pg_cache_hit_ratio"
|
||||
# expandObjectName: true
|
||||
# key: "custom-key" (defaults to "custom-queries")
|
||||
@@ -1294,8 +1284,7 @@ cnpg:
|
||||
retentionPolicy: "30d"
|
||||
|
||||
# - Manual list of backups
|
||||
manualBackups:
|
||||
[]
|
||||
manualBackups: []
|
||||
# - name: today
|
||||
# labels: {}
|
||||
# annotations: {}
|
||||
|
||||
Reference in New Issue
Block a user