This commit is contained in:
2023-11-07 21:17:02 +03:00
parent fae7b6ad83
commit 35cb54340c

View File

@@ -1,3 +1,4 @@
```yaml
--- ---
kind: Deployment kind: Deployment
apiVersion: apps/v1 apiVersion: apps/v1
@@ -57,4 +58,5 @@ spec:
name: openresty-html name: openresty-html
- name: config - name: config
configMap: configMap:
name: openresty-conf name: openresty-conf
```