Skip to content
Snippets Groups Projects
Commit acc7ad66 authored by Roland Alton's avatar Roland Alton
Browse files

WIP: add ingress configMap

parent ff44b5f2
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,12 @@ spec:
port:
number: 8080
pathType: Prefix
---
# ConfigMap
apiVersion: v1
kind: ConfigMap
metadata:
name: nginx
data:
enable-real-ip: "true"
forwarded-for-header: "X-Forwarded-For"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment