Skip to content

Commit

Permalink
deploy(ingress-nginx): stop using a default wildcard certificate elif…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Jan 30, 2025
1 parent 1daa6c3 commit cc5e75d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/infra/ingress-nginx/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ spec:
use-gzip: "true"
log-format-escape-json: "true"
log-format-upstream: '{"timestamp": "$time_iso8601", "requestID": "$req_id", "proxyUpstreamName": "$proxy_upstream_name", "proxyAlternativeUpstreamName": "$proxy_alternative_upstream_name", "proxyProtocolAddr":"$proxy_protocol_addr", "proxyProtocolPort":"$proxy_protocol_port", "upstreamStatus": "$upstream_status", "upstreamAddr": "$upstream_addr","httpRequest":{"requestMethod": "$request_method", "requestUrl": "$host$request_uri", "status": $status,"requestSize": "$request_length", "responseSize": "$upstream_response_length", "userAgent": "$http_user_agent", "remoteIp": "$remote_addr", "referer": "$http_referer", "latency": "$upstream_response_time s", "protocol":"$server_protocol", "xForwardedFor": "$http_x_forwarded_for", "xOriginalForwardedFor": "$http_x_original_forwarded_for", "xForwardedHost": "$http_x_forwarded_host"}}'
extraArgs:
default-ssl-certificate: infra/tls-elife-wildcard-2024
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
Expand Down

0 comments on commit cc5e75d

Please sign in to comment.