diff --git a/DevOps.html b/DevOps.html index 2265fe1..5f4cd3c 100644 --- a/DevOps.html +++ b/DevOps.html @@ -2,7 +2,7 @@ title: DevOps description: published: true -date: 2023-11-07T16:24:00.157Z +date: 2023-11-07T17:55:18.222Z tags: editor: ckeditor dateCreated: 2023-11-03T08:57:53.006Z diff --git a/DevOps/Kubernetes/Helm.html b/DevOps/Kubernetes/Helm.html index 189a122..7e5ca6e 100644 --- a/DevOps/Kubernetes/Helm.html +++ b/DevOps/Kubernetes/Helm.html @@ -2,7 +2,7 @@ title: Helm description: published: true -date: 2023-11-07T16:24:30.060Z +date: 2023-11-07T17:55:50.122Z tags: helm editor: ckeditor dateCreated: 2023-11-07T15:25:32.651Z diff --git a/DevOps/Kubernetes/Helm/01-base-helm.md b/DevOps/Kubernetes/Helm/01-base-helm.md index 47811d7..b96e21c 100644 --- a/DevOps/Kubernetes/Helm/01-base-helm.md +++ b/DevOps/Kubernetes/Helm/01-base-helm.md @@ -2,7 +2,7 @@ title: 01-Основы helm description: published: true -date: 2023-11-07T16:24:26.137Z +date: 2023-11-07T17:55:45.740Z tags: helm editor: markdown dateCreated: 2023-11-07T15:18:54.227Z diff --git a/DevOps/Kubernetes/Helm/manifests/configmap-conf b/DevOps/Kubernetes/Helm/manifests/configmap-conf new file mode 100644 index 0000000..0bad7ed --- /dev/null +++ b/DevOps/Kubernetes/Helm/manifests/configmap-conf @@ -0,0 +1,24 @@ +```yaml +--- +kind: ConfigMap +apiVersion: v1 +metadata: + name: openresty-conf +data: + default.conf: | + server { + listen 80; + server_name localhost; + + location / { + root /usr/local/openresty/nginx/html; + index index.html index.htm; + } + + error_page 500 502 503 504 /50x.html; + location = /50x.html { + root /usr/local/openresty/nginx/html; + } + } + +``` \ No newline at end of file diff --git a/DevOps/Kubernetes/Helm/manifests/configmap-html.yaml b/DevOps/Kubernetes/Helm/manifests/configmap-html.yaml new file mode 100644 index 0000000..31e7a3f --- /dev/null +++ b/DevOps/Kubernetes/Helm/manifests/configmap-html.yaml @@ -0,0 +1,40 @@ +```yaml +--- +kind: ConfigMap +apiVersion: v1 +metadata: + name: openresty-html +data: + index.html: | + + + Тестовая страница + + + +

Тестовая страница

+ + + + 50x.html: | + + + + + + Error + + + +

An error occurred.

+

Sorry, the page you are looking for is currently unavailable.
+ Please try again later.

+ + +``` \ No newline at end of file diff --git a/DevOps/Kubernetes/Helm/manifests/ingressyaml.md b/DevOps/Kubernetes/Helm/manifests/ingressyaml.md new file mode 100644 index 0000000..01159e7 --- /dev/null +++ b/DevOps/Kubernetes/Helm/manifests/ingressyaml.md @@ -0,0 +1,32 @@ +--- +title: ingressyaml +description: +published: true +date: 2023-11-07T17:56:00.244Z +tags: +editor: markdown +dateCreated: 2023-11-07T17:42:43.772Z +--- + +```yaml +--- +kind: Ingress +apiVersion: networking.k8s.io/v1 +metadata: + name: application + annotations: + kubernetes.io/ingress.class: "system-ingress" + certmanager.k8s.io/cluster-issuer: monitoring-issuer +spec: + rules: + - host: "application.kryukov.local" + http: + paths: + - pathType: Prefix + path: / + backend: + service: + name: openresty + port: + number: 80 +``` \ No newline at end of file diff --git a/DevOps/Kubernetes/Helm/manifests/service.md b/DevOps/Kubernetes/Helm/manifests/service.md index 200e16e..74989b2 100644 --- a/DevOps/Kubernetes/Helm/manifests/service.md +++ b/DevOps/Kubernetes/Helm/manifests/service.md @@ -1,3 +1,13 @@ +--- +title: service +description: +published: true +date: 2023-11-07T17:55:55.211Z +tags: +editor: markdown +dateCreated: 2023-11-07T15:49:24.049Z +--- + ```yaml kind: Service apiVersion: v1 diff --git a/DevOps/bash-completion.html b/DevOps/bash-completion.html index 2db0dbb..a34c18f 100644 --- a/DevOps/bash-completion.html +++ b/DevOps/bash-completion.html @@ -2,7 +2,7 @@ title: bash-completion для kubectl description: published: true -date: 2023-11-07T16:23:56.024Z +date: 2023-11-07T17:55:14.013Z tags: bash, kubectl editor: ckeditor dateCreated: 2023-11-03T08:55:30.344Z diff --git a/Hackintosh/Soft.html b/Hackintosh/Soft.html index 48f1188..c43c54c 100644 --- a/Hackintosh/Soft.html +++ b/Hackintosh/Soft.html @@ -2,7 +2,7 @@ title: ПО, которое необходимо для установки и настройки хакинтоша description: published: true -date: 2023-11-07T16:24:21.510Z +date: 2023-11-07T17:55:41.304Z tags: mac, soft, hackintosh editor: ckeditor dateCreated: 2023-11-07T10:42:22.230Z diff --git a/home.html b/home.html index 50eed0a..77ea51c 100644 --- a/home.html +++ b/home.html @@ -2,7 +2,7 @@ title: Home Page description: published: true -date: 2023-11-07T16:24:08.845Z +date: 2023-11-07T17:55:27.306Z tags: editor: ckeditor dateCreated: 2023-11-03T14:27:02.804Z diff --git a/sysadmin/backup/syncthing.html b/sysadmin/backup/syncthing.html index 76155b3..6adfe8f 100644 --- a/sysadmin/backup/syncthing.html +++ b/sysadmin/backup/syncthing.html @@ -2,7 +2,7 @@ title: Syncthing - резервное копирование description: published: true -date: 2023-11-07T16:23:47.655Z +date: 2023-11-07T17:55:05.416Z tags: syncthing, backup editor: ckeditor dateCreated: 2023-11-02T11:52:22.718Z diff --git a/sysadmin/bash/bash-completion.html b/sysadmin/bash/bash-completion.html index c4544f4..8d6ba78 100644 --- a/sysadmin/bash/bash-completion.html +++ b/sysadmin/bash/bash-completion.html @@ -2,7 +2,7 @@ title: bash-completion автодополнение description: published: true -date: 2023-11-07T16:23:52.015Z +date: 2023-11-07T17:55:09.825Z tags: bash, linux editor: ckeditor dateCreated: 2023-11-03T08:47:49.396Z diff --git a/sysadmin/bash/process-forward.md b/sysadmin/bash/process-forward.md index 05f3177..73cddc4 100644 --- a/sysadmin/bash/process-forward.md +++ b/sysadmin/bash/process-forward.md @@ -2,7 +2,7 @@ title: Отвязка процесса от терминальной сессии description: published: true -date: 2023-11-07T16:24:13.246Z +date: 2023-11-07T17:55:32.208Z tags: bash, process, screen editor: markdown dateCreated: 2023-11-07T10:15:03.139Z diff --git a/sysadmin/logs-output/output-shpargalka.md b/sysadmin/logs-output/output-shpargalka.md index a87db00..e3c2496 100644 --- a/sysadmin/logs-output/output-shpargalka.md +++ b/sysadmin/logs-output/output-shpargalka.md @@ -2,7 +2,7 @@ title: Шпаргалка по выводу в терминале description: published: true -date: 2023-11-07T16:24:17.608Z +date: 2023-11-07T17:55:36.749Z tags: output, tee editor: markdown dateCreated: 2023-11-07T10:37:25.945Z diff --git a/sysadmin/ssh/ssh-auth.md b/sysadmin/ssh/ssh-auth.md index 12d2046..ef5437c 100644 --- a/sysadmin/ssh/ssh-auth.md +++ b/sysadmin/ssh/ssh-auth.md @@ -2,7 +2,7 @@ title: Авторизация по ключу rsa по ssh description: published: true -date: 2023-11-07T16:24:04.921Z +date: 2023-11-07T17:55:23.154Z tags: ssh, rsa editor: markdown dateCreated: 2023-11-03T12:36:39.209Z