Primer commit
This commit is contained in:
15
configmaps/configmap.yaml
Normal file
15
configmaps/configmap.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-router-config
|
||||
namespace: external
|
||||
data:
|
||||
router.conf: |
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name router.manabo.org;
|
||||
location / {
|
||||
proxy_pass https://192.168.1.1;
|
||||
proxy_ssl_verify off;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user