mirror of
https://github.com/fergalmoran/nginx-rtmp-geoip2-alpine.git
synced 2025-12-22 09:28:28 +00:00
Updated README
This commit is contained in:
32
README.md
32
README.md
@@ -74,23 +74,23 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "180m"
|
cpu: "180m"
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- name: webserver-config
|
# - name: webserver-config
|
||||||
mountPath: /etc/nginx/nginx.conf
|
# mountPath: /etc/nginx/nginx.conf
|
||||||
subPath: nginx.conf
|
# subPath: nginx.conf
|
||||||
- name: webserver-config
|
# - name: webserver-config
|
||||||
mountPath: /etc/nginx/conf.d/nginx-http.conf
|
# mountPath: /etc/nginx/conf.d/nginx-http.conf
|
||||||
subPath: nginx-http.conf
|
# subPath: nginx-http.conf
|
||||||
- mountPath: /var/www/html
|
# - mountPath: /var/www/html
|
||||||
name: nginx-vol
|
# name: nginx-vol
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
# volumes:
|
||||||
- name: webserver-config
|
# - name: webserver-config
|
||||||
configMap:
|
# configMap:
|
||||||
name: webserver-config
|
# name: webserver-config
|
||||||
- name: nginx-vol
|
# - name: nginx-vol
|
||||||
persistentVolumeClaim:
|
# persistentVolumeClaim:
|
||||||
claimName: nginx-pvc
|
# claimName: nginx-pvc
|
||||||
```
|
```
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user