Skip to content

Instantly share code, notes, and snippets.

@riddhi89
Created November 2, 2022 19:45
Show Gist options
  • Save riddhi89/241f0e67ea36a87ff5087e3240aeae3c to your computer and use it in GitHub Desktop.
Save riddhi89/241f0e67ea36a87ff5087e3240aeae3c to your computer and use it in GitHub Desktop.
sample helm values that work with 1.0.0-beta3 chart
global:
enabled: false
name: consul
datacenter: riddhi-aws-114beta
image: "hashicorp/consul-enterprise:1.14.0-beta1-ent"
acls:
manageSystemACLs: true
bootstrapToken:
secretName: riddhi-aws-114beta-hcp
secretKey: bootstrapToken
tls:
enabled: true
externalServers:
enabled: true
hosts: ["riddhi-aws-114beta.public.consul.2a385cdb-189b-4a05-8bc4-6b91c62fd703.aws.hashicorp.cloud"]
httpsPort: 443
useSystemRoots: true
k8sAuthMethodHost: https://E04C275F79499028CC70754E8EFADC93.gr7.us-west-2.eks.amazonaws.com
server:
enabled: false
connectInject:
transparentProxy:
defaultEnabled: true
enabled: true
default: true
controller:
enabled: true
ingressGateways:
enabled: true
gateways:
- name: ingress-gateway
service:
type: LoadBalancer
ports:
- port: 80
@riddhi89
Copy link
Author

riddhi89 commented Nov 2, 2022

Note: set connectInject.transparentProxy.defaultEnabled = false for beta release (support will be added for 1.14 GA release/ 1.0.0 - chart version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment