Updated README

This commit is contained in:
Nikolas
2021-07-25 19:13:54 +03:00
parent 9ef2e7d3fe
commit c30fcdbdf0

View File

@@ -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