Skip to content

Instantly share code, notes, and snippets.

@IvanPletnyov
Created October 13, 2022 14:48
Show Gist options
  • Save IvanPletnyov/3e9acacd718054aab2b1c7dcd1f9708a to your computer and use it in GitHub Desktop.
Save IvanPletnyov/3e9acacd718054aab2b1c7dcd1f9708a to your computer and use it in GitHub Desktop.
controller:
affinity: {}
appprotect:
enable: false
appprotectdos:
debug: false
enable: false
maxDaemons: 0
maxWorkers: 0
memory: 0
config:
annotations: {}
entries: {}
customConfigMap: ""
customPorts: []
defaultTLS:
cert: ....
key: ....
secret: null
disableIPV6: false
enableCertManager: false
enableCustomResources: true
enableExternalDNS: false
enableLatencyMetrics: false
enableOIDC: false
enablePreviewPolicies: false
enableSnippets: false
enableTLSPassthrough: false
extraContainers: []
globalConfiguration:
create: false
spec: {}
healthStatus: false
healthStatusURI: /nginx-health
hostNetwork: false
image:
pullPolicy: IfNotPresent
repository: nginx/nginx-ingress
tag: 2.4.0
includeYear: false
ingressClass: nginx
initContainers: []
kind: deployment
lifecycle: {}
logLevel: 1
minReadySeconds: 0
nginxDebug: false
nginxReloadTimeout: 60000
nginxStatus:
allowCidrs: 127.0.0.1
enable: true
port: 8080
nginxplus: false
nodeSelector: {}
pod:
annotations: {}
extraLabels: {}
priorityClassName: null
readyStatus:
enable: true
initialDelaySeconds: 0
port: 8081
replicaCount: 3
reportIngressStatus:
annotations: {}
enable: true
enableLeaderElection: true
ingressLink: ""
resources:
requests:
cpu: 100m
memory: 128Mi
service:
annotations: {}
create: true
customPorts: []
externalIPs: []
externalTrafficPolicy: Local
extraLabels: {}
httpPort:
enable: true
nodePort: ""
port: 80
targetPort: 80
httpsPort:
enable: true
nodePort: ""
port: 443
targetPort: 443
loadBalancerIP: 192.168.100.220
loadBalancerSourceRanges: []
type: LoadBalancer
serviceAccount:
imagePullSecretName: ""
serviceMonitor:
create: false
endpoints: {}
labels: {}
selectorMatchLabels: {}
setAsDefaultIngress: false
strategy: {}
terminationGracePeriodSeconds: 30
tolerations: []
topologySpreadConstraints: {}
volumeMounts: []
volumes: []
watchNamespace: ""
wildcardTLS:
cert: ""
key: ""
secret: null
nginxServiceMesh:
enable: false
enableEgress: false
prometheus:
create: true
port: 9113
scheme: http
secret: ""
rbac:
create: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment