Update file values.yaml
This commit is contained in:
@@ -1,35 +1,4 @@
|
|||||||
kong:
|
kong:
|
||||||
# image:
|
|
||||||
# repository: registry.durp.info/kong/kong-gateway
|
|
||||||
# tag: "3.3"
|
|
||||||
#
|
|
||||||
# secretVolumes:
|
|
||||||
# - kong-cluster-cert
|
|
||||||
#
|
|
||||||
# admin:
|
|
||||||
# enabled: false
|
|
||||||
#
|
|
||||||
# env:
|
|
||||||
# role: data_plane
|
|
||||||
# database: "off"
|
|
||||||
# cluster_mtls: pki
|
|
||||||
# cluster_control_plane: a0791ed975.us.cp0.konghq.com:443
|
|
||||||
# cluster_server_name: a0791ed975.us.cp0.konghq.com
|
|
||||||
# cluster_telemetry_endpoint: a0791ed975.us.tp0.konghq.com:443
|
|
||||||
# cluster_telemetry_server_name: a0791ed975.us.tp0.konghq.com
|
|
||||||
# cluster_cert: /etc/secrets/kong-cluster-cert/tls.crt
|
|
||||||
# cluster_cert_key: /etc/secrets/kong-cluster-cert/tls.key
|
|
||||||
# lua_ssl_trusted_certificate: system
|
|
||||||
# konnect_mode: "on"
|
|
||||||
# vitals: "off"
|
|
||||||
#
|
|
||||||
# ingressController:
|
|
||||||
# enabled: false
|
|
||||||
# installCRDs: false
|
|
||||||
#
|
|
||||||
# proxy:
|
|
||||||
# type: ClusterIP
|
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
annotations:
|
annotations:
|
||||||
konghq.com/protocol: https
|
konghq.com/protocol: https
|
||||||
@@ -245,6 +214,11 @@ kong:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
|
existingSecret: kong-config-secret
|
||||||
|
secretKeys:
|
||||||
|
adminPasswordKey: password
|
||||||
|
userPasswordKey: password
|
||||||
|
replicationPasswordKey: password
|
||||||
database: kong
|
database: kong
|
||||||
username: kong
|
username: kong
|
||||||
proxy:
|
proxy:
|
||||||
@@ -264,7 +238,7 @@ kong:
|
|||||||
containerPort: 8443
|
containerPort: 8443
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
type: LoadBalancer
|
type: ClusterIP
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
secretVolumes: []
|
secretVolumes: []
|
||||||
status:
|
status:
|
||||||
|
|||||||
Reference in New Issue
Block a user