Update file values.yaml

This commit is contained in:
2023-06-17 00:17:41 +00:00
parent 9a470f1748
commit 97f6d5f6e3

View File

@@ -56,7 +56,7 @@ kong:
- http2
servicePort: 8444
type: ClusterIP
ffinity:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
@@ -68,7 +68,7 @@ kong:
- dataplane
topologyKey: kubernetes.io/hostname
weight: 100
ertificates:
certificates:
enabled: true
issuer: quickstart-kong-selfsigned-issuer
cluster:
@@ -84,7 +84,7 @@ kong:
commonName: 127-0-0-1.nip.io
dnsNames:
- '*.127-0-0-1.nip.io'
luster:
cluster:
enabled: true
labels:
konghq.com/service: cluster
@@ -93,18 +93,18 @@ kong:
enabled: true
servicePort: 8005
type: ClusterIP
lustertelemetry:
clustertelemetry:
enabled: true
tls:
containerPort: 8006
enabled: true
servicePort: 8006
type: ClusterIP
eployment:
deployment:
kong:
daemonset: false
enabled: true
nterprise:
enterprise:
enabled: true
license_secret: kong-enterprise-license
portal:
@@ -118,7 +118,7 @@ kong:
enabled: false
vitals:
enabled: true
nv:
env:
admin_access_log: /dev/stdout
admin_api_uri: https://kong.127-0-0-1.nip.io/api
admin_error_log: /dev/stdout
@@ -174,12 +174,12 @@ kong:
status_listen: 0.0.0.0:8100
trusted_ips: 0.0.0.0/0,::/0
vitals: true
xtraLabels:
extraLabels:
konghq.com/component: quickstart
mage:
image:
repository: kong/kong-gateway
tag: "3.3"
ngressController:
ingressController:
enabled: true
env:
kong_admin_filter_tag: ingress_controller_default
@@ -197,7 +197,7 @@ kong:
tag: "2.10"
ingressClass: default
installCRDs: false
anager:
manager:
annotations:
konghq.com/protocol: https
enabled: true
@@ -221,14 +221,14 @@ kong:
- http2
servicePort: 8445
type: ClusterIP
igrations:
migrations:
enabled: true
postUpgrade: true
preUpgrade: true
amespace: kong
odAnnotations:
namespace: kong
podAnnotations:
kuma.io/gateway: enabled
ortal:
portal:
annotations:
konghq.com/protocol: https
enabled: true
@@ -253,7 +253,7 @@ kong:
- http2
servicePort: 8446
type: ClusterIP
ortalapi:
portalapi:
annotations:
konghq.com/protocol: https
enabled: true
@@ -277,12 +277,12 @@ kong:
- http2
servicePort: 8447
type: ClusterIP
ostgresql:
postgresql:
enabled: true
auth:
database: kong
username: kong
roxy:
proxy:
annotations:
prometheus.io/port: "9542"
prometheus.io/scrape: "true"
@@ -300,9 +300,9 @@ kong:
enabled: true
hostPort: 443
type: LoadBalancer
eplicaCount: 1
ecretVolumes: []
tatus:
replicaCount: 1
secretVolumes: []
status:
enabled: true
http:
containerPort: 8100
@@ -310,7 +310,7 @@ kong:
tls:
containerPort: 8543
enabled: false
pdateStrategy:
updateStrategy:
rollingUpdate:
maxSurge: 100%
maxUnavailable: 100%