Skip to content

Commit

Permalink
allow kubernetes+cloudfare for ingress connections (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonecabr authored Oct 21, 2021
1 parent e8487c0 commit 365dc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hokusai/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ kind: Ingress
metadata:
name: positron
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "{{ cloudflareIpSourceRanges|join(',') }}"
nginx.ingress.kubernetes.io/whitelist-source-range: "{{ externalIngressAllowSourceIP|join(',') }}"
spec:
ingressClassName: nginx
rules:
Expand Down
2 changes: 1 addition & 1 deletion hokusai/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ kind: Ingress
metadata:
name: positron
annotations:
nginx.ingress.kubernetes.io/whitelist-source-range: "{{ cloudflareIpSourceRanges|join(',') }}"
nginx.ingress.kubernetes.io/whitelist-source-range: "{{ externalIngressAllowSourceIP|join(',') }}"
spec:
ingressClassName: nginx
rules:
Expand Down

0 comments on commit 365dc78

Please sign in to comment.