forked from aws/eks-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
35 lines (29 loc) · 1.08 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# nameOverride: Used to override name of chart
nameOverride: ""
# fullnameOverride: Used to override the full name of the application
fullnameOverride: ""
# replicaCount: Number of replicas
replicaCount: 1
image:
# image.repository: Repository of image to pull for deployment
repository: public.ecr.aws/aws-observability/aws-sigv4-proxy-admission-controller
# image.tag: Tag of image to pull from repository
tag: "1.0"
# image.pullPolicy: Policy of how to pull image
pullPolicy: IfNotPresent
env:
# env.awsSigV4ProxyImage: Image URI of sidecar container for AWS SIGv4 Proxy
awsSigV4ProxyImage: public.ecr.aws/aws-observability/aws-sigv4-proxy:1.0
serviceAccount:
# serviceAccount.create: Whether to create a service account or not
create: true
# serviceAccount.name: The name of the service account to create or use
name: ""
rbac:
# rbac.create: Whether to create rbac resources or not
create: true
webhookService:
# webhookService.port: Incoming port used by webhook service
port: 443
# webhookService.targetPort: Target port used by webhook service
targetPort: 443