docs: add all untracked content
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
---
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: openresty
|
||||
labels:
|
||||
k8s-app: openresty
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
configmap.reloader.stakater.com/reload: "openresty"
|
||||
spec:
|
||||
replicas: 2
|
||||
revisionHistoryLimit: 3
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: openresty
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
k8s-app: openresty
|
||||
spec:
|
||||
containers:
|
||||
- name: openresty
|
||||
image: openresty/openresty:centos-rpm
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /index.html
|
||||
port: http
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 15
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /index.html
|
||||
port: http
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 15
|
||||
timeoutSeconds: 5
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.2"
|
||||
memory: "400Mi"
|
||||
requests:
|
||||
cpu: "0.1"
|
||||
memory: "200Mi"
|
||||
volumeMounts:
|
||||
- name: html
|
||||
mountPath: /usr/local/openresty/nginx/html/
|
||||
- name: config
|
||||
mountPath: /etc/nginx/conf.d/
|
||||
volumes:
|
||||
- name: html
|
||||
configMap:
|
||||
name: openresty-html
|
||||
- name: config
|
||||
configMap:
|
||||
name: openresty-conf
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: configmap-conf
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-07T18:10:39.727Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-07T18:05:41.208Z
|
||||
---
|
||||
|
||||
```yaml
|
||||
---
|
||||
kind: ConfigMap
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: configmap-html
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-07T18:10:44.131Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-07T18:05:47.418Z
|
||||
---
|
||||
|
||||
```yaml
|
||||
---
|
||||
kind: ConfigMap
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
```yaml
|
||||
---
|
||||
title: deployment
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-07T18:10:48.929Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-07T18:05:54.420Z
|
||||
---
|
||||
|
||||
---
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
---
|
||||
title: ingress
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-07T18:10:53.557Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-07T18:06:01.729Z
|
||||
---
|
||||
|
||||
```yaml
|
||||
---
|
||||
kind: Ingress
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: service
|
||||
description:
|
||||
published: true
|
||||
date: 2023-11-07T17:55:55.211Z
|
||||
date: 2023-11-07T18:10:34.820Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-11-07T15:49:24.049Z
|
||||
|
||||
Reference in New Issue
Block a user