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:
|
||||
memory: "128Mi"
|
||||
cpu: "180m"
|
||||
volumeMounts:
|
||||
- name: webserver-config
|
||||
mountPath: /etc/nginx/nginx.conf
|
||||
subPath: nginx.conf
|
||||
- name: webserver-config
|
||||
mountPath: /etc/nginx/conf.d/nginx-http.conf
|
||||
subPath: nginx-http.conf
|
||||
- mountPath: /var/www/html
|
||||
name: nginx-vol
|
||||
# volumeMounts:
|
||||
# - name: webserver-config
|
||||
# mountPath: /etc/nginx/nginx.conf
|
||||
# subPath: nginx.conf
|
||||
# - name: webserver-config
|
||||
# mountPath: /etc/nginx/conf.d/nginx-http.conf
|
||||
# subPath: nginx-http.conf
|
||||
# - mountPath: /var/www/html
|
||||
# name: nginx-vol
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: webserver-config
|
||||
configMap:
|
||||
name: webserver-config
|
||||
- name: nginx-vol
|
||||
persistentVolumeClaim:
|
||||
claimName: nginx-pvc
|
||||
# volumes:
|
||||
# - name: webserver-config
|
||||
# configMap:
|
||||
# name: webserver-config
|
||||
# - name: nginx-vol
|
||||
# persistentVolumeClaim:
|
||||
# claimName: nginx-pvc
|
||||
```
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user