-
Notifications
You must be signed in to change notification settings - Fork 4
/
nginx_ingress_helm_values.yaml
25 lines (25 loc) · 1.09 KB
/
nginx_ingress_helm_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
k8sJenkinsMgmt:
ingress:
annotationIngressClass: ##NGINX_INGRESS_ANNOTATION_CLASS##
namespace: ##NAMESPACE##
loadbalancerIp: ##PUBLIC_IP_ADDRESS##
deploymentName: ##NGINX_INGRESS_DEPLOYMENT_NAME##
jenkinsDeploymentName: ##JENKINS_MASTER_DEPLOYMENT_NAME##
jenkinsUriPrefix: ##JENKINS_MASTER_DEFAULT_URI_PREFIX##
containerImage: ##NGINX_INGRESS_CONTROLLER_CONTAINER_IMAGE##
imagePullSecrets: ##NGINX_INGRESS_CONTROLLER_CONTAINER_PULL_SECRETS##
controllerForNamespace:
enabled: ##NGINX_INGRESS_CONTROLLER_FOR_NAMESPACE##
loadbalancer:
enabled: ##NGINX_LOADBALANCER_ENABLED##
ports:
http:
port: ##NGINX_LOADBALANCER_HTTP_PORT##
targetPort: ##NGINX_LOADBALANCER_HTTP_TARGETPORT##
https:
port: ##NGINX_LOADBALANCER_HTTPS_PORT##
targetPort: ##NGINX_LOADBALANCER_HTTPS_TARGETPORT##
annotations:
enabled: ##NGINX_LOADBALANCER_ANNOTATIONS_ENABLED##
external_dns_hostname: "##NAMESPACE##.##NGINX_LOADBALANCER_ANNOTATIONS_EXT_DNS_HOSTNAME##"
external_dns_ttl: ##NGINX_LOADBALANCER_ANNOTATIONS_EXT_DNS_TTL##