Skip to content

Instantly share code, notes, and snippets.

@strigazi
Created June 18, 2020 17:07
Show Gist options
  • Save strigazi/48f6ed75f27b13542c94fa0de9297806 to your computer and use it in GitHub Desktop.
Save strigazi/48f6ed75f27b13542c94fa0de9297806 to your computer and use it in GitHub Desktop.
Values file for issue "SSL passthrough does not produce access log"
controller:
affinity: {}
autoscaling:
enabled: false
config:
log-format-stream: '"$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time"'
#use-proxy-protocol: "true"
#use-forwarded-headers: "true"
#compute-full-forwarded-for: "true"
daemonset:
hostPorts:
http: 80
https: 443
stats: 18080
useHostPort: true
defaultBackendService: ""
dnsPolicy: ClusterFirst
electionID: ingress-controller-leader
extraArgs:
enable-ssl-passthrough: ""
#v: 3
extraContainers: []
extraEnvs: []
extraInitContainers: []
extraVolumeMounts: []
extraVolumes: []
headers: {}
hostNetwork: false
image:
pullPolicy: IfNotPresent
repository: gitlab-registry.cern.ch/cloud/atomic-system-containers/nginx-ingress-controller
#runAsUser: 33
tag: 0.33.0
ingressClass: nginx
kind: DaemonSet
lifecycle: {}
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 10
port: 10254
successThreshold: 1
timeoutSeconds: 1
metrics:
enabled: true
service:
annotations: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
servicePort: 9913
type: ClusterIP
serviceMonitor:
additionalLabels:
release: prometheus-operator
enabled: true
namespace: kube-system
minAvailable: 1
minReadySeconds: 0
name: controller
nodeSelector:
role: ingress
podAnnotations: {}
podLabels: {}
priorityClassName: system-node-critical
publishService:
enabled: false
pathOverride: ""
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 10
port: 10254
successThreshold: 1
timeoutSeconds: 1
replicaCount: 1
resources:
requests: {}
# cpu: 200m
# memory: 256Mi
scope:
enabled: false
namespace: ""
service:
annotations: {}
clusterIP: ""
enableHttp: true
enableHttps: true
externalIPs: []
externalTrafficPolicy: ""
healthCheckNodePort: 0
labels: {}
loadBalancerIP: ""
loadBalancerSourceRanges: []
nodePorts:
http: "32080"
https: "32443"
targetPorts:
http: http
https: https
type: ClusterIP
stats:
enabled: false
service:
annotations: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
servicePort: 18080
type: ClusterIP
tolerations: []
updateStrategy: {}
defaultBackend:
affinity: {}
enabled: true
extraArgs: {}
image:
pullPolicy: IfNotPresent
repository: gitlab-registry.cern.ch/cloud/atomic-system-containers/defaultbackend
tag: "1.4"
minAvailable: 1
name: default-backend
nodeSelector: {}
podAnnotations: {}
podLabels: {}
port: 8080
priorityClassName: system-cluster-critical
replicaCount: 1
resources:
requests:
cpu: 10m
memory: 20Mi
service:
annotations: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
servicePort: 80
type: ClusterIP
tolerations: []
imagePullSecrets: []
podSecurityPolicy:
enabled: false
rbac:
create: true
revisionHistoryLimit: 10
serviceAccount:
create: true
name: null
tcp: {}
udp: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment