Skip to content

Instantly share code, notes, and snippets.

@DerPauli
Last active January 11, 2020 15:06
Show Gist options
  • Save DerPauli/1a6cda54cc3cdbb0b4842265181e6b22 to your computer and use it in GitHub Desktop.
Save DerPauli/1a6cda54cc3cdbb0b4842265181e6b22 to your computer and use it in GitHub Desktop.
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: alb
{{- end }}
defaultBackend:
service:
omitClusterIP: true
rbac:
create: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment