mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
16
systems/jxing/values.tmpl.yaml
Normal file
16
systems/jxing/values.tmpl.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
nginx-ingress:
|
||||
controller:
|
||||
replicaCount: 3
|
||||
extraArgs:
|
||||
publish-service: kube-system/jxing-nginx-ingress-controller
|
||||
service:
|
||||
omitClusterIP: true
|
||||
{{- if eq .Requirements.cluster.provider "eks" }}
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
||||
{{- end }}
|
||||
defaultBackend:
|
||||
service:
|
||||
omitClusterIP: true
|
||||
rbac:
|
||||
create: true
|
Reference in New Issue
Block a user