mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
homework 14.3: complete all tasks
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
nginx.conf: |
|
||||
server {
|
||||
listen 80;
|
||||
server_name netology.ru www.netology.ru;
|
||||
access_log /var/log/nginx/domains/netology.ru-access.log main;
|
||||
error_log /var/log/nginx/domains/netology.ru-error.log info;
|
||||
location / {
|
||||
include proxy_params;
|
||||
proxy_pass http://10.10.10.10:8080/;
|
||||
}
|
||||
}
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: "2022-12-29T03:11:21Z"
|
||||
name: nginx-config
|
||||
namespace: default
|
||||
resourceVersion: "703"
|
||||
uid: 8dfa9f4c-6d89-4fbf-b3f6-1cd87b16710b
|
||||
Reference in New Issue
Block a user